Failing test: global partitioning + Separated mode #2292
Closed
Annotations
2 errors and 11 warnings
|
Test
Process completed with exit code 1.
|
|
Test:
src/Transports/Redis/Wolverine.Redis.Tests/rate_limiting_end_to_end.cs#L67
Shouldly.ShouldAssertException : handled.Select(x => x.Message)
should be (ignoring order)
[RedisRateLimitedMessage { Id = A }, RedisRateLimitedMessage { Id = B }]
but
handled.Select(x => x.Message)
is missing
[RedisRateLimitedMessage { Id = B }]
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, actions/setup-dotnet@v1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/Wolverine/Configuration/Capabilities/ServiceCapabilities.cs#L16
Non-nullable property 'Version' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Configuration/Capabilities/BrokerDescription.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Configuration/Capabilities/BrokerDescription.cs#L8
Non-nullable property 'ProtocolName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Configuration/Capabilities/ServiceRegistration.cs#L10
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Attributes/WolverineParameterAttribute.cs#L82
Cannot convert null literal to non-nullable reference type.
|
|
Build:
src/Wolverine/Attributes/AlwaysPublishResponseAttribute.cs#L23
Non-nullable field '_envelope' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
src/Wolverine/Attributes/WolverineParameterAttribute.cs#L21
Non-nullable property 'ArgumentName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
Build:
src/Wolverine/Runtime/WorkerQueues/DurableReceiver.cs#L212
Nullability of reference types in return type of 'IHandlerPipeline? DurableReceiver.Pipeline.get' doesn't match implicitly implemented member 'IHandlerPipeline IReceiver.Pipeline.get' (possibly because of nullability attributes).
|
|
Build:
src/Wolverine/Runtime/WorkerQueues/BufferedReceiver.cs#L111
Nullability of reference types in return type of 'IHandlerPipeline? BufferedReceiver.Pipeline.get' doesn't match implicitly implemented member 'IHandlerPipeline IReceiver.Pipeline.get' (possibly because of nullability attributes).
|
|
Build:
src/Wolverine/Runtime/Agents/AssignAgent.cs#L33
'AssignAgent' defines 'Equals' but not 'GetHashCode'
|
Loading