Build: Simplify Docker layout, fix Envoy, and upgrade tests (#2774) #1614
CI.yml
on: push
StackExchange.Redis (Ubuntu)
4m 0s
StackExchange.Redis (Windows Server 2022)
5m 4s
Annotations
6 errors and 1 warning
StackExchange.Redis (Ubuntu)
Failed test were found and 'fail-on-error' option is set to true
|
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
|
EnvoyTests.TestBasicEnvoyConnection(RESP2):
_/tests/StackExchange.Redis.Tests/EnvoyTests.cs#L32
StackExchange.Redis.RedisTimeoutException : Timeout performing GET (5000ms), next: GET 6.0.33EnvoyTests-TestBasicEnvoyConnectionR2foobar, inst: 4, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 12, in-pipe: 0, out-pipe: 0, last-in: 4, cur-in: 0, sync-ops: 2, async-ops: 0, serverEndpoint: 127.0.0.1:7015, conn-sec: 6.26, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: TestBasicEnvoyConnection, PerfCounterHelperkeyHashSlot: 1774, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=9,Free=32758,Min=4,Max=32767), POOL: (Threads=9,QueuedItems=44,CompletedItems=307,Timers=48), v: 2.8.8.14081 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
Issues.SO24807536Tests.Exec(RESP2):
_/tests/StackExchange.Redis.Tests/Issues/SO24807536Tests.cs#L34
StackExchange.Redis.RedisTimeoutException : Timeout performing EXISTS (5000ms), next: EXISTS 6.0.33SO24807536Tests-ExecR2, inst: 20, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 4, in-pipe: 0, out-pipe: 0, last-in: 10, cur-in: 0, sync-ops: 6, async-ops: 1, serverEndpoint: 127.0.0.1:6379, conn-sec: 6.35, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: Exec, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=9,Free=32758,Min=4,Max=32767), POOL: (Threads=9,QueuedItems=42,CompletedItems=307,Timers=49), v: 2.8.8.14081 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
ConnectCustomConfigTests.DisabledCommandsStillConnect(disabledCommands: "info")(RESP2):
_/tests/StackExchange.Redis.Tests/ConnectCustomConfigTests.cs#L27
StackExchange.Redis.RedisTimeoutException : Timeout performing PING (5000ms), next: PING, inst: 12, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 7, 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: 5.29, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: DisabledCommandsStillConnect, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=9,Free=32758,Min=4,Max=32767), POOL: (Threads=9,QueuedItems=48,CompletedItems=307,Timers=50), v: 2.8.8.14081 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)
|
StackExchange.Redis (Ubuntu)
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/
|