Packages: update to remove CVE dependencies #1641
CI.yml
on: pull_request
StackExchange.Redis (Ubuntu)
3m 39s
StackExchange.Redis (Windows Server 2022)
4m 3s
Annotations
18 errors and 1 warning
StackExchange.Redis.Tests.ExceptionFactoryTests ► ExceptionFactoryTests.ServerTakesPrecendenceOverSnapshot(RESP2):
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx#L0
Failed test found in:
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx
Error:
Assert.Equal() Failure: Values differ
Expected: StackExchange.Redis.RedisConnectionException: InternalFailure (InputReaderCompleted, last-recv: 0) on 127.0.0.1:6379/Interactive, Idle/Faulted, last: INFO, origin: ReadFromPipe, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 1s, state: ConnectedEstablished, mgr: 8 of 10 available, in: 0, in-pipe: 0, out-pipe: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.8.24.14909
---> System.InvalidOperationException: Reading is not allowed after reader was completed.
at System.IO.Pipelines.ThrowHelper.ThrowInvalidOperationException_NoReadingAllowed()
at System.IO.Pipelines.Pipe.AdvanceReader(SequencePosition& consumed, SequencePosition& examined)
at System.IO.Pipelines.Pipe.DefaultPipeReader.AdvanceTo(SequencePosition consumed, SequencePosition examined)
at Pipelines.Sockets.Unofficial.SocketConnection.WrappedReader.AdvanceTo(SequencePosition consumed, SequencePosition examined) in /_/src/Pipelines.Sockets.Unofficial/SocketConnection.cs:line 398
at StackExchange.Redis.PhysicalConnection.ReadFromPipe() in /_/src/StackExchange.Redis/PhysicalConnection.cs:line 1904
--- End of inner exception stack trace ---
Actual: StackExchange.Redis.RedisConnectionException: InternalFailure on 127.0.0.1:6379/Subscription, Idle/Faulted, last: SUBSCRIBE, origin: ReadFromPipe, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 1s, state: ConnectedEstablished, mgr: 7 of 10 available, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.8.24.14909
---> System.InvalidOperationException: Reading is not allowed after reader was completed.
at System.IO.Pipelines.ThrowHelper.ThrowInvalidOperationException_NoReadingAllowed()
at System.IO.Pipelines.Pipe.AdvanceReader(SequencePosition& consumed, SequencePosition& examined)
at System.IO.Pipelines.Pipe.DefaultPipeReader.AdvanceTo(SequencePosition consumed, SequencePosition examined)
at Pipelines.Sockets.Unofficial.SocketConnection.WrappedReader.AdvanceTo(SequencePosition consumed, SequencePosition examined) in /_/src/Pipelines.Sockets.Unofficial/SocketConnection.cs:line 398
at StackExchange.Redis.PhysicalConnection.ReadFromPipe() in /_/src/StackExchange.Redis/PhysicalConnection.cs:line 1904
--- End of inner exception stack trace ---
|
StackExchange.Redis.Tests.FormatTests ► FormatTests.CommandFlagsFormatting(value: DemandSlave, expected: "DemandReplica")(RESP2):
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx#L0
Failed test found in:
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 6)
Expected: "DemandReplica"
Actual: "DemandSlave"
↑ (pos 6)
|
StackExchange.Redis.Tests.FormatTests ► FormatTests.CommandFlagsFormatting(value: FireAndForget | DemandSlave, expected: "PreferMaster, FireAndForget, DemandReplica")(RESP2):
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx#L0
Failed test found in:
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, DemandReplic"···
Actual: "FireAndForget, DemandSlave"
↑ (pos 0)
|
StackExchange.Redis.Tests.FormatTests ► FormatTests.CommandFlagsFormatting(value: FireAndForget | PreferReplica, expected: "PreferMaster, FireAndForget, PreferReplica")(RESP2):
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx#L0
Failed test found in:
test-results/_fv-az1208-445_2024-11-25_15_35_09.trx
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, PreferReplic"···
Actual: "FireAndForget, PreferReplica"
↑ (pos 0)
|
StackExchange.Redis (Ubuntu)
Failed test were found and 'fail-on-error' option is set to true
|
FormatTests.CommandFlagsFormatting(value: FireAndForget | DemandSlave:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, DemandReplic"···
Actual: "FireAndForget, DemandSlave"
↑ (pos 0)
|
FormatTests.CommandFlagsFormatting(value: DemandSlave:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 6)
Expected: "DemandReplica"
Actual: "DemandSlave"
↑ (pos 6)
|
FormatTests.CommandFlagsFormatting(value: FireAndForget | PreferReplica:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, PreferReplic"···
Actual: "FireAndForget, PreferReplica"
↑ (pos 0)
|
ExceptionFactoryTests.ServerTakesPrecendenceOverSnapshot(RESP2):
_/tests/StackExchange.Redis.Tests/ExceptionFactoryTests.cs#L74
Assert.Equal() Failure: Values differ
Expected: StackExchange.Redis.RedisConnectionException: InternalFailure (InputReaderCompleted, last-recv: 0) on 127.0.0.1:6379/Interactive, Idle/Faulted, last: INFO, origin: ReadFromPipe, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 1s, state: ConnectedEstablished, mgr: 8 of 10 available, in: 0, in-pipe: 0, out-pipe: 0, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.8.24.14909
---> System.InvalidOperationException: Reading is not allowed after reader was completed.
at System.IO.Pipelines.ThrowHelper.ThrowInvalidOperationException_NoReadingAllowed()
at System.IO.Pipelines.Pipe.AdvanceReader(SequencePosition& consumed, SequencePosition& examined)
at System.IO.Pipelines.Pipe.DefaultPipeReader.AdvanceTo(SequencePosition consumed, SequencePosition examined)
at Pipelines.Sockets.Unofficial.SocketConnection.WrappedReader.AdvanceTo(SequencePosition consumed, SequencePosition examined) in /_/src/Pipelines.Sockets.Unofficial/SocketConnection.cs:line 398
at StackExchange.Redis.PhysicalConnection.ReadFromPipe() in /_/src/StackExchange.Redis/PhysicalConnection.cs:line 1904
--- End of inner exception stack trace ---
Actual: StackExchange.Redis.RedisConnectionException: InternalFailure on 127.0.0.1:6379/Subscription, Idle/Faulted, last: SUBSCRIBE, origin: ReadFromPipe, outstanding: 0, last-read: 0s ago, last-write: 0s ago, keep-alive: 1s, state: ConnectedEstablished, mgr: 7 of 10 available, last-heartbeat: never, last-mbeat: 0s ago, global: 0s ago, v: 2.8.24.14909
---> System.InvalidOperationException: Reading is not allowed after reader was completed.
at System.IO.Pipelines.ThrowHelper.ThrowInvalidOperationException_NoReadingAllowed()
at System.IO.Pipelines.Pipe.AdvanceReader(SequencePosition& consumed, SequencePosition& examined)
at System.IO.Pipelines.Pipe.DefaultPipeReader.AdvanceTo(SequencePosition consumed, SequencePosition examined)
at Pipelines.Sockets.Unofficial.SocketConnection.WrappedReader.AdvanceTo(SequencePosition consumed, SequencePosition examined) in /_/src/Pipelines.Sockets.Unofficial/SocketConnection.cs:line 398
at StackExchange.Redis.PhysicalConnection.ReadFromPipe() in /_/src/StackExchange.Redis/PhysicalConnection.cs:line 1904
--- End of inner exception stack trace ---
|
StackExchange.Redis (Ubuntu)
Process completed with exit code 1.
|
StackExchange.Redis.Tests.FormatTests ► FormatTests.CommandFlagsFormatting(value: DemandSlave, expected: "DemandReplica")(RESP2):
test-results/runneradmin_fv-az731-743_2024-11-25_15_36_05.trx#L0
Failed test found in:
test-results/runneradmin_fv-az731-743_2024-11-25_15_36_05.trx
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 6)
Expected: "DemandReplica"
Actual: "DemandSlave"
↑ (pos 6)
|
StackExchange.Redis.Tests.FormatTests ► FormatTests.CommandFlagsFormatting(value: FireAndForget | DemandSlave, expected: "PreferMaster, FireAndForget, DemandReplica")(RESP2):
test-results/runneradmin_fv-az731-743_2024-11-25_15_36_05.trx#L0
Failed test found in:
test-results/runneradmin_fv-az731-743_2024-11-25_15_36_05.trx
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, DemandReplic"···
Actual: "FireAndForget, DemandSlave"
↑ (pos 0)
|
StackExchange.Redis.Tests.FormatTests ► FormatTests.CommandFlagsFormatting(value: FireAndForget | PreferReplica, expected: "PreferMaster, FireAndForget, PreferReplica")(RESP2):
test-results/runneradmin_fv-az731-743_2024-11-25_15_36_05.trx#L0
Failed test found in:
test-results/runneradmin_fv-az731-743_2024-11-25_15_36_05.trx
Error:
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, PreferReplic"···
Actual: "FireAndForget, PreferReplica"
↑ (pos 0)
|
StackExchange.Redis (Windows Server 2022)
Failed test were found and 'fail-on-error' option is set to true
|
FormatTests.CommandFlagsFormatting(value: FireAndForget | DemandSlave:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, DemandReplic"···
Actual: "FireAndForget, DemandSlave"
↑ (pos 0)
|
FormatTests.CommandFlagsFormatting(value: DemandSlave:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 6)
Expected: "DemandReplica"
Actual: "DemandSlave"
↑ (pos 6)
|
FormatTests.CommandFlagsFormatting(value: FireAndForget | PreferReplica:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, PreferReplic"···
Actual: "FireAndForget, PreferReplica"
↑ (pos 0)
|
StackExchange.Redis (Windows Server 2022)
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/
|