Packages: update to remove CVE dependencies #1641
Annotations
6 errors and 1 warning
Run dorny/test-reporter@v1
Failed test were found and 'fail-on-error' option is set to true
|
StackExchange.Redis.Tests:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 0)
Expected: "PreferMaster, FireAndForget, DemandReplic"···
Actual: "FireAndForget, DemandSlave"
↑ (pos 0)
|
StackExchange.Redis.Tests:
_/tests/StackExchange.Redis.Tests/FormatTests.cs#L68
Assert.Equal() Failure: Strings differ
↓ (pos 6)
Expected: "DemandReplica"
Actual: "DemandSlave"
↑ (pos 6)
|
StackExchange.Redis.Tests:
_/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.Tests:
_/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.Tests
Process completed with exit code 1.
|
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/
|
Loading