Skip to content

Merge pull request #2294 from JasperFx/fix/2291-redis-scheduling-grac… #110

Merge pull request #2294 from JasperFx/fix/2291-redis-scheduling-grac…

Merge pull request #2294 from JasperFx/fix/2291-redis-scheduling-grac… #110

Triggered via push March 12, 2026 11:27
Status Failure
Total duration 6m 57s
Artifacts

efcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
test
Process completed with exit code 1.
EfCoreTests.Bugs.Bug_1846_duplicate_execution_of_scheduled_jobs.should_not_double_execute: src/Persistence/EfCoreTests/Bugs/Bug_1846_duplicate_execution_of_scheduled_jobs.cs#L61
System.InvalidOperationException : No message of type EfCoreTests.Bugs.MsgB was detected Activity detected: -------------------------------------------------------------------------------------------------------- | Message Id | Message Type | Time (ms) | Event | -------------------------------------------------------------------------------------------------------- | 08de802b-1535-fe36-7c1e-52a8f1f60000 | EfCoreTests.Bugs.Msg0 | 84| ExecutionStarted | | 08de802b-1536-24ec-7c1e-52a8f1f60000 | EfCoreTests.Bugs.MsgA | 86| Sent | | 08de802b-1536-24ec-7c1e-52a8f1f60000 | EfCoreTests.Bugs.MsgA | 89| Received | | 08de802b-1535-fe36-7c1e-52a8f1f60000 | EfCoreTests.Bugs.Msg0 | 90| ExecutionFinished | | 08de802b-1536-24ec-7c1e-52a8f1f60000 | EfCoreTests.Bugs.MsgA | 148| ExecutionStarted | | 08de802b-1536-24ec-7c1e-52a8f1f60000 | EfCoreTests.Bugs.MsgA | 163| ExecutionFinished | | 08de802b-1536-24ec-7c1e-52a8f1f60000 | EfCoreTests.Bugs.MsgA | 163| MessageSucceeded | | 08de802b-1540-6fbb-7c1e-52a8f1f60000 | EfCoreTests.Bugs.MsgB | 163| Sent | -------------------------------------------------------------------------------------------------------- Conditions: Wait for message of type EfCoreTests.Bugs.MsgB to be received at node 64b56af3-5980-4399-9dc2-2384490d2302 (False)
test
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/
test: src/Wolverine/Configuration/Capabilities/ServiceCapabilities.cs#L22
Dereference of a possibly null reference.
test: 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.
test: src/Wolverine/Configuration/ListenerConfiguration.cs#L297
Dereference of a possibly null reference.
test: 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.
test: 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.
test: src/Wolverine/Attributes/WolverineParameterAttribute.cs#L82
Cannot convert null literal to non-nullable reference type.
test: 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.
test: 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).
test: 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).
test: src/Wolverine/Runtime/Agents/AssignAgent.cs#L33
'AssignAgent' defines 'Equals' but not 'GetHashCode'