Skip to content

Fix #2785: Support optionally disabling pipelining on AUTH flow #1623

Fix #2785: Support optionally disabling pipelining on AUTH flow

Fix #2785: Support optionally disabling pipelining on AUTH flow #1623

Triggered via pull request September 4, 2024 20:41
Status Failure
Total duration 6m 33s
Artifacts

CI.yml

on: pull_request
StackExchange.Redis (Ubuntu)
3m 5s
StackExchange.Redis (Ubuntu)
StackExchange.Redis (Windows Server 2022)
6m 21s
StackExchange.Redis (Windows Server 2022)
Fit to window
Zoom out
Zoom in

Annotations

19 errors and 1 warning
StackExchange.Redis (Ubuntu)
HttpError: Resource not accessible by integration
AbortOnConnectFailTests.DisconnectAndNoReconnectThrowsConnectionExceptionAsync(RESP2): _/tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs#L70
StackExchange.Redis.RedisTimeoutException : Timeout performing PING (400ms), next: INFO, inst: 14, qu: 0, qs: 2, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 435, in-pipe: 0, out-pipe: 0, last-in: 16, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: 1.4, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: fv-az1113-591(SE.Redis-v2.8.15.59186), IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=8,Free=32759,Min=4,Max=32767), POOL: (Threads=8,QueuedItems=63,CompletedItems=378,Timers=44), v: 2.8.15.59186 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
ExceptionFactoryTests.NoConnectionException(abortOnConnect: True: _/tests/StackExchange.Redis.Tests/ExceptionFactoryTests.cs#L173
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code. ConnectTimeout
ConfigTests.CheckWaitForAuth(assigned: False: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=False" Actual: "dummy,true=False" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: False: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=False" Actual: "dummy,true=False" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: True: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=True" Actual: "dummy,true=True" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: True: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=True" Actual: "dummy,true=True" ↑ (pos 6)
RespProtocolTests.ConnectWithBrokenHello(command: "HELLO": _/tests/StackExchange.Redis.Tests/RespProtocolTests.cs#L124
Assert.Equal() Failure: Values differ Expected: Resp3 Actual: Resp2
StackExchange.Redis (Ubuntu)
Process completed with exit code 1.
StackExchange.Redis (Windows Server 2022)
HttpError: Resource not accessible by integration
ConfigTests.CheckWaitForAuth(assigned: False: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L828
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=False" Actual: "dummy,true=False" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: False: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L828
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=False" Actual: "dummy,true=False" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: True: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L828
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=True" Actual: "dummy,true=True" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: True: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L828
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=True" Actual: "dummy,true=True" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: False: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=False" Actual: "dummy,true=False" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: False: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=False" Actual: "dummy,true=False" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: True: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=True" Actual: "dummy,true=True" ↑ (pos 6)
ConfigTests.CheckWaitForAuth(assigned: True: _/tests/StackExchange.Redis.Tests/ConfigTests.cs#L826
Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "dummy,waitForAuth=True" Actual: "dummy,true=True" ↑ (pos 6)
StackExchange.Redis (Windows Server 2022)
Process completed with exit code 1.
StackExchange.Redis (Ubuntu)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/