Skip to content

Implement high integrity mode for commands #1574

Implement high integrity mode for commands

Implement high integrity mode for commands #1574

Triggered via pull request June 13, 2024 16:47
Status Failure
Total duration 6h 0m 22s
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 103 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.
ClusterTests.MovedProfiling(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L684
Assert.Equal() Failure: Strings differ Expected: "redirected-value" Actual: null
ClusterTests.TransactionWithMultiServerKeys(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L209
Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(StackExchange.Redis.RedisCommandException) Actual: typeof(StackExchange.Redis.RedisConnectionException) ---- StackExchange.Redis.RedisConnectionException : SocketFailure (ProtocolExitClient, last-recv: 5) 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: 7 of 10 available, in: 0, in-pipe: 0, out-pipe: 0, last-heartbeat: never, global: 1s ago, v: 2.7.40.16523 -------- 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.SScan(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L436
System.AggregateException : One or more errors occurred. ---- Assert.Equal() Failure: Values differ Expected: 499500 Actual: 400065 ---- StackExchange.Redis.Tests.SkipTestException : There were 2 private and 0 ambient exceptions; expected 0.
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.
StackExchange.Redis (Ubuntu)
The job running on runner GitHub Actions 406 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.
BasicOpsTests.IncrSync(RESP2): _/tests/StackExchange.Redis.Tests/BasicOpTests.cs#L324
System.InvalidOperationException : Reading is not allowed after reader was completed.
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.SScan(RESP3): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L433
System.AggregateException : One or more errors occurred. (One or more errors occurred. (InternalFailure (None, last-recv: 2973) on 127.0.0.1:7002/Interactive, Idle/Faulted, last: ECHO, origin: ReadFromPipe, outstanding: 638, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 8 of 10 available, in: 0, in-pipe: 16256, out-pipe: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.7.40.16523)) (There were 2 private and 0 ambient exceptions; expected 0.) ---- System.AggregateException : One or more errors occurred. (InternalFailure (None, last-recv: 2973) on 127.0.0.1:7002/Interactive, Idle/Faulted, last: ECHO, origin: ReadFromPipe, outstanding: 638, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 8 of 10 available, in: 0, in-pipe: 16256, out-pipe: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.7.40.16523) -------- StackExchange.Redis.RedisConnectionException : InternalFailure (None, last-recv: 2973) on 127.0.0.1:7002/Interactive, Idle/Faulted, last: ECHO, origin: ReadFromPipe, outstanding: 638, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 60s, state: ConnectedEstablished, mgr: 8 of 10 available, in: 0, in-pipe: 16256, out-pipe: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.7.40.16523 ------------ 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.IntentionalWrongServer(RESP2): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L174
Assert.Equal() Failure: Strings differ Expected: "abc" Actual: null
ClusterTests.IntentionalWrongServer(RESP3): _/tests/StackExchange.Redis.Tests/ClusterTests.cs#L174
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.
HashTests.TestIncrByFloat(RESP2): _/tests/StackExchange.Redis.Tests/HashTests.cs#L157
StackExchange.Redis.RedisConnectionException : InternalFailure (None, last-recv: 3475) on 127.0.0.1:6379/Interactive, Idle/Faulted, last: HINCRBYFLOAT, origin: ReadFromPipe, outstanding: 355, last-read: 0s ago, last-write: 0s ago, unanswered-write: 0s ago, keep-alive: 3s, state: ConnectedEstablished, mgr: 9 of 10 available, in: 0, in-pipe: 3939, out-pipe: 0, last-heartbeat: 0s ago, last-mbeat: 0s ago, global: 0s ago, v: 2.7.40.16523 ---- System.ArgumentOutOfRangeException : Specified argument was out of the range of valid values. (Parameter 'length')