Skip to content

Implement high integrity mode for commands #1575

Implement high integrity mode for commands

Implement high integrity mode for commands #1575

Triggered via pull request June 13, 2024 16:55
Status Failure
Total duration 6h 0m 25s
Artifacts

CI.yml

on: pull_request
StackExchange.Redis (Ubuntu)
6h 0m
StackExchange.Redis (Ubuntu)
StackExchange.Redis (Windows Server 2022)
6h 0m
StackExchange.Redis (Windows Server 2022)
Fit to window
Zoom out
Zoom in

Annotations

22 errors
StackExchange.Redis (Windows Server 2022)
The job running on runner GitHub Actions 49 has exceeded the maximum execution time of 360 minutes.
Issues.Issue6Tests.ShouldWorkWithoutEchoOrPing(RESP2): _/tests/StackExchange.Redis.Tests/Issues/Issue6Tests.cs#L17
System.AggregateException : One or more errors occurred. ---- StackExchange.Redis.RedisConnectionException : InternalFailure on [-1]:PING (TimingProcessor) -------- StackExchange.Redis.RedisCommandException : This operation has been disabled in the command-map and cannot be used: ECHO ---- StackExchange.Redis.Tests.SkipTestException : There were 1 private and 0 ambient exceptions; expected 0.
ConnectingFailDetectionTests.ConnectsWhenBeginConnectCompletesSynchronously(RESP2): _/tests/StackExchange.Redis.Tests/ConnectingFailDetectionTests.cs#L145
StackExchange.Redis.RedisConnectionException : SocketFailure (ProtocolExitClient, last-recv: 12) on 127.0.0.1:6379/Interactive, Idle/Faulted, last: QUIT, origin: ReadFromPipe, outstanding: 1, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 5 of 10 available, in: 0, in-pipe: 0, out-pipe: 0, last-heartbeat: never, global: 0s ago, v: 2.7.41.62628 ---- Pipelines.Sockets.Unofficial.ConnectionResetException : An existing connection was forcibly closed by the remote host -------- System.Net.Sockets.SocketException : An existing connection was forcibly closed by the remote host
ClusterTests.MovedProfiling(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L684
Assert.Equal() Failure: Strings differ Expected: "redirected-value" Actual: null
ClusterTests.IntentionalWrongServer(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L176
Assert.Equal() Failure: Strings differ Expected: "abc" Actual: null
SentinelTests.ReadOnlyConnectionReplicasTest(RESP2): tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
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.
SentinelTests.SentinelConnectAsyncTest(RESP2): tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
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.
SentinelTests.SentinelRepeatConnectTest(RESP2): tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
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.
SentinelTests.SentinelSentinelsTest(RESP2): tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
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.
SentinelTests.SentinelReplicasAsyncTest(RESP2): tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
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.
SentinelTests.SentinelGetPrimaryAddressByNameTest(RESP2): tests/StackExchange.Redis.Tests/StackExchange.Redis.Tests.csproj#L1
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.
StackExchange.Redis (Ubuntu)
The job running on runner GitHub Actions 116 has exceeded the maximum execution time of 360 minutes.
EnvoyTests.TestBasicEnvoyConnection(RESP2): _/tests/StackExchange.Redis.Tests/EnvoyTests.cs#L30
System.AggregateException : One or more errors occurred. (InternalFailure on [0]:SET 6.0.31EnvoyTests-TestBasicEnvoyConnectionR2foobar (BooleanProcessor)) (There were 1 private and 0 ambient exceptions; expected 0.) ---- StackExchange.Redis.RedisConnectionException : InternalFailure on [0]:SET 6.0.31EnvoyTests-TestBasicEnvoyConnectionR2foobar (BooleanProcessor) -------- StackExchange.Redis.RedisCommandException : This operation has been disabled in the command-map and cannot be used: ECHO ---- StackExchange.Redis.Tests.SkipTestException : There were 1 private and 0 ambient exceptions; expected 0.
Issues.Issue6Tests.ShouldWorkWithoutEchoOrPing(RESP2): _/tests/StackExchange.Redis.Tests/Issues/Issue6Tests.cs#L16
System.AggregateException : One or more errors occurred. (InternalFailure on [-1]:PING (TimingProcessor)) (There were 1 private and 0 ambient exceptions; expected 0.) ---- StackExchange.Redis.RedisConnectionException : InternalFailure on [-1]:PING (TimingProcessor) -------- StackExchange.Redis.RedisCommandException : This operation has been disabled in the command-map and cannot be used: ECHO ---- StackExchange.Redis.Tests.SkipTestException : There were 1 private and 0 ambient exceptions; expected 0.
Issues.Issue2176Tests.Execute_Transaction(RESP2): _/tests/StackExchange.Redis.Tests/Issues/Issue2176Tests.cs#L59
System.Threading.Tasks.TaskCanceledException : A task was canceled.
ConnectingFailDetectionTests.ConnectsWhenBeginConnectCompletesSynchronously(RESP2): _/tests/StackExchange.Redis.Tests/ConnectingFailDetectionTests.cs#L145
StackExchange.Redis.RedisConnectionException : SocketClosed (ProtocolExitClient, last-recv: 0) on 127.0.0.1:6379/Interactive, Idle/MarkProcessed, last: QUIT, origin: ReadFromPipe, outstanding: 1, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 0 of 10 available, in: 0, in-pipe: 0, out-pipe: 0, last-heartbeat: never, global: 0s ago, v: 2.7.41.62628
SSLTests.ConnectToSSLServer(useSsl: True: _/tests/StackExchange.Redis.Tests/SSLTests.cs#L152
System.AggregateException : One or more errors occurred. (InternalFailure on 127.0.0.1:6384/Interactive, Idle/Faulted, last: GET, origin: ReadFromPipe, outstanding: 451, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 9 of 10 available, in: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.7.41.62628) (There were 2 private and 0 ambient exceptions; expected 0.) ---- StackExchange.Redis.RedisConnectionException : InternalFailure on 127.0.0.1:6384/Interactive, Idle/Faulted, last: GET, origin: ReadFromPipe, outstanding: 451, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 9 of 10 available, in: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.7.41.62628 -------- System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values. (Parameter 'length') ---- StackExchange.Redis.Tests.SkipTestException : There were 2 private and 0 ambient exceptions; expected 0.
SSLTests.ConnectToSSLServer(useSsl: True: _/tests/StackExchange.Redis.Tests/SSLTests.cs#L152
System.AggregateException : One or more errors occurred. (InternalFailure on 127.0.0.1:6384/Interactive, Idle/Faulted, last: GET, origin: ReadFromPipe, outstanding: 1482, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 8 of 10 available, in: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.7.41.62628) (There were 2 private and 0 ambient exceptions; expected 0.) ---- StackExchange.Redis.RedisConnectionException : InternalFailure on 127.0.0.1:6384/Interactive, Idle/Faulted, last: GET, origin: ReadFromPipe, outstanding: 1482, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 8 of 10 available, in: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.7.41.62628 -------- System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values. (Parameter 'length') ---- StackExchange.Redis.Tests.SkipTestException : There were 2 private and 0 ambient exceptions; expected 0.
ClusterTests.GetFromRightNodeBasedOnFlags(flags: DemandMaster: _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L549
System.AggregateException : One or more errors occurred. (Timeout performing EXISTS (5000ms), inst: 0, qu: 0, qs: 0, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 4, cur-in: 0, sync-ops: 794, async-ops: 2, serverEndpoint: 127.0.0.1:7000, conn-sec: 5, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: GetFromRightNodeBasedOnFlags, PerfCounterHelperkeyHashSlot: 5026, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=24,QueuedItems=0,CompletedItems=12453,Timers=8), v: 2.7.41.62628 (Please take a look at this article for some common client-side issues that can cause timeouts: https://stackexchange.github.io/StackExchange.Redis/Timeouts)) (There were 2 private and 0 ambient exceptions; expected 0.) ---- StackExchange.Redis.RedisTimeoutException : Timeout performing EXISTS (5000ms), inst: 0, qu: 0, qs: 0, aw: False, bw: Inactive, rs: ReadAsync, ws: Idle, in: 0, in-pipe: 0, out-pipe: 0, last-in: 4, cur-in: 0, sync-ops: 794, async-ops: 2, serverEndpoint: 127.0.0.1:7000, conn-sec: 5, aoc: 1, mc: 1/1/0, mgr: 10 of 10 available, clientName: GetFromRightNodeBasedOnFlags, PerfCounterHelperkeyHashSlot: 5026, IOCP: (Busy=0,Free=1000,Min=4,Max=1000), WORKER: (Busy=2,Free=32765,Min=4,Max=32767), POOL: (Threads=24,QueuedItems=0,CompletedItems=12453,Timers=8), v: 2.7.41.62628 (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.SkipTestException : There were 2 private and 0 ambient exceptions; expected 0.
ClusterTests.MovedProfiling(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L684
Assert.Equal() Failure: Strings differ Expected: "redirected-value" Actual: null
ClusterTests.MovedProfiling(RESP3): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L684
Assert.Equal() Failure: Strings differ Expected: "redirected-value" Actual: null
ClusterTests.IntentionalWrongServer(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L174
Assert.Equal() Failure: Strings differ Expected: "abc" Actual: null