Skip to content

Implement internal cancellation for SCAN via WithCancellation #1722

Implement internal cancellation for SCAN via WithCancellation

Implement internal cancellation for SCAN via WithCancellation #1722

Re-run triggered July 17, 2025 15:37
Status Failure
Total duration 10m 57s
Artifacts

CI.yml

on: pull_request
StackExchange.Redis (Ubuntu)
4m 28s
StackExchange.Redis (Ubuntu)
StackExchange.Redis (Windows Server 2022)
10m 49s
StackExchange.Redis (Windows Server 2022)
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 2 warnings
StackExchange.Redis.Tests.AbortOnConnectFailTests ► AbortOnConnectFailTests.DisconnectAndNoReconnectThrowsConnectionExceptionAsync(RESP2): test-results/_pkrvmq0rgcvqdmg_2025-07-17_15_39_51.trx#L0
Failed test found in: test-results/_pkrvmq0rgcvqdmg_2025-07-17_15_39_51.trx Error: StackExchange.Redis.RedisConnectionException : The message timed out in the backlog attempting to send because no connection became available (400ms) - Last Connection Exception: UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.50.31648, command=PING, timeout: 400, inst: 0, qu: 1, qs: 0, aw: False, bw: Inactive, last-in: 0, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: n/a, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: pkrvmq0rgcvqdmg(SE.Redis-v2.8.50.31648), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=6,Free=32761,Min=4,Max=32767), POOL: (Threads=18,QueuedItems=36,CompletedItems=865,Timers=48), v: 2.8.50.31648 (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.RedisConnectionException : UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.50.31648
StackExchange.Redis.Tests.ExceptionFactoryTests ► ExceptionFactoryTests.NoConnectionException(abortOnConnect: True, connCount: 12, completeCount: 0, hasDetail: True, messageStart: "No connection is active/available to service this "···)(RESP2): test-results/_pkrvmq0rgcvqdmg_2025-07-17_15_39_51.trx#L0
Failed test found in: test-results/_pkrvmq0rgcvqdmg_2025-07-17_15_39_51.trx Error: 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
StackExchange.Redis (Ubuntu)
Failed test were found and 'fail-on-error' option is set to true
StackExchange.Redis (Ubuntu)
Process completed with exit code 1.
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
AbortOnConnectFailTests.DisconnectAndNoReconnectThrowsConnectionExceptionAsync(RESP2): /_/tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs#L70
StackExchange.Redis.RedisConnectionException : The message timed out in the backlog attempting to send because no connection became available (400ms) - Last Connection Exception: UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.50.31648, command=PING, timeout: 400, inst: 0, qu: 1, qs: 0, aw: False, bw: Inactive, last-in: 0, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: n/a, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: pkrvmq0rgcvqdmg(SE.Redis-v2.8.50.31648), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=6,Free=32761,Min=4,Max=32767), POOL: (Threads=18,QueuedItems=36,CompletedItems=865,Timers=48), v: 2.8.50.31648 (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.RedisConnectionException : UnableToConnect on 127.0.0.1:6379/Interactive, Initializing/NotStarted, last: NONE, origin: BeginConnectAsync, outstanding: 0, last-read: 2s ago, last-write: 2s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.50.31648
StackExchange.Redis.Tests.ClusterTests ► ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_46.trx#L0
Failed test found in: test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_46.trx test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_46.trx Error: StackExchange.Redis.RedisServerException : ERR Target node is not a master
StackExchange.Redis.Tests.PubSubMultiserverTests ► PubSubMultiserverTests.ClusterNodeSubscriptionFailover(RESP3): test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_46.trx#L0
Failed test found in: test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_46.trx Error: System.AggregateException : One or more errors occurred. (Assert.True() Failure Expected: True Actual: False) (There were 3 private and 0 ambient exceptions; expected 0.) ---- Assert.True() Failure Expected: True Actual: False ---- StackExchange.Redis.Tests.SkipTestException : There were 3 private and 0 ambient exceptions; expected 0.
StackExchange.Redis.Tests.ClusterTests ► ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_49.trx#L0
Failed test found in: test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_49.trx test-results/runneradmin_runnervm51nrn_2025-07-17_15_45_49.trx Error: StackExchange.Redis.RedisServerException : ERR Target node is not a master
StackExchange.Redis (Windows Server 2022)
Failed test were found and 'fail-on-error' option is set to true
StackExchange.Redis (Windows Server 2022)
Process completed with exit code 1.
ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP3): /_/tests/StackExchange.Redis.Tests/ClusterTests.cs#L845
StackExchange.Redis.RedisServerException : ERR Target node is not a master
ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): /_/tests/StackExchange.Redis.Tests/ClusterTests.cs#L845
StackExchange.Redis.RedisServerException : ERR Target node is not a master
ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP3): /_/tests/StackExchange.Redis.Tests/ClusterTests.cs#L843
StackExchange.Redis.RedisServerException : ERR Target node is not a master
ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): /_/tests/StackExchange.Redis.Tests/ClusterTests.cs#L843
StackExchange.Redis.RedisServerException : ERR Target node is not a master
PubSubMultiserverTests.ClusterNodeSubscriptionFailover(RESP3): /_/tests/StackExchange.Redis.Tests/PubSubMultiserverTests.cs#L90
System.AggregateException : One or more errors occurred. (Assert.True() Failure Expected: True Actual: False) (There were 3 private and 0 ambient exceptions; expected 0.) ---- Assert.True() Failure Expected: True Actual: False ---- StackExchange.Redis.Tests.SkipTestException : There were 3 private and 0 ambient exceptions; expected 0.
StackExchange.Redis (Windows Server 2022)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>04Bh5aAAAAABMXV3Zs1wTS6Ggs0VSMy1sUEFPRURHRTA2MDgARWRnZQ==
StackExchange.Redis (Windows Server 2022)
Failed to restore: Cache service responded with 400