Skip to content

Add xtrim with minid and new 8.2 stream features #1726

Add xtrim with minid and new 8.2 stream features

Add xtrim with minid and new 8.2 stream features #1726

Triggered via pull request July 18, 2025 14:17
@mgravellmgravell
synchronize #2912
minid
Status Failure
Total duration 7m 28s
Artifacts

CI.yml

on: pull_request
StackExchange.Redis (Ubuntu)
4m 36s
StackExchange.Redis (Ubuntu)
StackExchange.Redis (Windows Server 2022)
7m 23s
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-18_14_20_21.trx#L0
Failed test found in: test-results/_pkrvmq0rgcvqdmg_2025-07-18_14_20_21.trx Error: StackExchange.Redis.RedisTimeoutException : Timeout performing PING (400ms), next: PING, inst: 14, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 7, in-pipe: 0, out-pipe: 0, last-in: 414, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: 0.58, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: pkrvmq0rgcvqdmg(SE.Redis-v2.8.56.24632), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=5,Free=32762,Min=4,Max=32767), POOL: (Threads=5,QueuedItems=24,CompletedItems=250,Timers=43), v: 2.8.56.24632 (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.Tests.AbortOnConnectFailTests ► AbortOnConnectFailTests.DisconnectAndReconnectThrowsConnectionExceptionSync(RESP2): test-results/_pkrvmq0rgcvqdmg_2025-07-18_14_20_21.trx#L0
Failed test found in: test-results/_pkrvmq0rgcvqdmg_2025-07-18_14_20_21.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: 0s ago, last-write: 0s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.56.24632, 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.56.24632), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=8,Free=32759,Min=4,Max=32767), POOL: (Threads=27,QueuedItems=20,CompletedItems=1542,Timers=57), v: 2.8.56.24632 (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: 0s ago, last-write: 0s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.56.24632
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-18_14_20_21.trx#L0
Failed test found in: test-results/_pkrvmq0rgcvqdmg_2025-07-18_14_20_21.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.
AbortOnConnectFailTests.DisconnectAndReconnectThrowsConnectionExceptionSync(RESP2): /_/tests/StackExchange.Redis.Tests/AbortOnConnectFailTests.cs#L46
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: 0s ago, last-write: 0s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.56.24632, 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.56.24632), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=8,Free=32759,Min=4,Max=32767), POOL: (Threads=27,QueuedItems=20,CompletedItems=1542,Timers=57), v: 2.8.56.24632 (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: 0s ago, last-write: 0s ago, keep-alive: 400s, state: Connecting, mgr: 10 of 10 available, last-heartbeat: never, global: 0s ago, v: 2.8.56.24632
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.RedisTimeoutException : Timeout performing PING (400ms), next: PING, inst: 14, qu: 0, qs: 1, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 7, in-pipe: 0, out-pipe: 0, last-in: 414, cur-in: 0, sync-ops: 1, async-ops: 0, serverEndpoint: 127.0.0.1:6379, conn-sec: 0.58, aoc: 0, mc: 1/1/0, mgr: 10 of 10 available, clientName: pkrvmq0rgcvqdmg(SE.Redis-v2.8.56.24632), IOCP: (Busy=0,Free=1000,Min=1,Max=1000), WORKER: (Busy=5,Free=32762,Min=4,Max=32767), POOL: (Threads=5,QueuedItems=24,CompletedItems=250,Timers=43), v: 2.8.56.24632 (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.Tests.ClusterTests ► ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): test-results/runneradmin_runnervm51nrn_2025-07-18_14_22_43.trx#L0
Failed test found in: test-results/runneradmin_runnervm51nrn_2025-07-18_14_22_43.trx test-results/runneradmin_runnervm51nrn_2025-07-18_14_22_43.trx Error: StackExchange.Redis.RedisServerException : ERR Please use SETSLOT only with masters.
StackExchange.Redis.Tests.ClusterTests ► ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): test-results/runneradmin_runnervm51nrn_2025-07-18_14_22_46.trx#L0
Failed test found in: test-results/runneradmin_runnervm51nrn_2025-07-18_14_22_46.trx test-results/runneradmin_runnervm51nrn_2025-07-18_14_22_46.trx Error: StackExchange.Redis.RedisServerException : ERR Please use SETSLOT only with masters.
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 Please use SETSLOT only with masters.
ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): /_/tests/StackExchange.Redis.Tests/ClusterTests.cs#L845
StackExchange.Redis.RedisServerException : ERR Please use SETSLOT only with masters.
ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP3): /_/tests/StackExchange.Redis.Tests/ClusterTests.cs#L843
StackExchange.Redis.RedisServerException : ERR Please use SETSLOT only with masters.
ClusterTests.TestShardedPubsubSubscriberAgainsHashSlotMigration(RESP2): /_/tests/StackExchange.Redis.Tests/ClusterTests.cs#L843
StackExchange.Redis.RedisServerException : ERR Please use SETSLOT only with masters.
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>0sld6aAAAAABYNwOACn2GT6AFEHl8Sa0nQlkzRURHRTAxMTUARWRnZQ==
StackExchange.Redis (Windows Server 2022)
Failed to restore: Cache service responded with 400