Fix global partitioning with Separated handler mode #294
Annotations
11 errors and 11 warnings
|
test
The job has exceeded the maximum execution time of 10m0s
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.will_move_to_dead_letter_queue_with_exception_match
System.Exception : No ending activity detected
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.can_schedule_retry
System.Exception : Expected ending activity was not detected
Activity detected:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Service (Node Id) | Message Id | Message Type | Time (ms) | Event |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SenderService (d9fd256b-86dc-4ade-b1b0-feef83601b5f) | 08de8026-e7c7-4233-7ced-8d7d401d0000 | Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage | 0| Sent |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.send_green_that_gets_received_as_blue
System.TimeoutException : This TrackedSession timed out before all activity completed.
Activity detected:
--------------------------------------------------------------------------------------------------------------------------------------------------------
| Service (Node Id) | Message Id | Message Type | Time (ms) | Event |
--------------------------------------------------------------------------------------------------------------------------------------------------------
| SenderService (2784c70c-a9b3-433b-a474-dc2d7a07f940) | 08de8026-e4ca-c8a6-7ced-8d7d401d0000 | Structural.Typed.Message | 0| Sent |
--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.can_request_reply
System.TimeoutException : This TrackedSession timed out before all activity completed.
Activity detected:
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Service (Node Id) | Message Id | Message Type | Time (ms) | Event |
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SenderService (7d682089-1d76-4762-87d8-2f5c7528209a) | 08de8026-d2e7-81e8-7ced-8d7d401d0000 | Wolverine.ComplianceTests.Compliance.Request | 0| Sent |
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
---- System.TimeoutException : The operation has timed out.
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.can_send_and_wait
System.TimeoutException : This TrackedSession timed out before all activity completed.
Activity detected:
--------------------------------------------------------------------------------------------------------------------------------------------
| Service (Node Id) | Message Id | Message Type | Time (ms) | Event |
--------------------------------------------------------------------------------------------------------------------------------------------
| SenderService (1b2e4e8f-7b9e-46ca-ab33-20c2d94bff7b) | 08de8026-cfea-f415-7ced-8d7d401d0000 | Message1 | 0| Sent |
--------------------------------------------------------------------------------------------------------------------------------------------
---- System.TimeoutException : Timed out waiting for expected acknowledgement for original message 08de8026-cfea-f415-7ced-8d7d401d0000 of type Message1 on Node 207694574
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.will_move_to_dead_letter_queue_without_any_exception_match
System.Exception : No ending activity detected
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.send_green_as_text_and_receive_as_blue
System.TimeoutException : This TrackedSession timed out before all activity completed.
Activity detected:
--------------------------------------------------------------------------------------------------------------------------------------------------------
| Service (Node Id) | Message Id | Message Type | Time (ms) | Event |
--------------------------------------------------------------------------------------------------------------------------------------------------------
| SenderService (2471f982-863f-40bf-a773-7a1c20401132) | 08de8026-bb0a-1839-7ced-8d7d401d0000 | Structural.Typed.Message | 0| Sent |
--------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.will_requeue_and_increment_attempts
System.Exception : Expected ending activity was not detected
Activity detected:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Service (Node Id) | Message Id | Message Type | Time (ms) | Event |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SenderService (ebbace87-2faf-4aa9-bd7c-068ec468bc23) | 08de8026-b214-da44-7ced-8d7d401d0000 | Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage | 0| Sent |
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
Wolverine.MQTT.Tests.MosquittoBufferedCompliance.tags_the_envelope_with_the_source
System.InvalidOperationException : Sequence contains no elements
|
|
Wolverine.MQTT.Tests.listen_with_emqx_shared_group_topic.send_to_shared_topic_and_receive:
src/Transports/MQTT/Wolverine.MQTT.Tests/listen_with_emqx_shared_group_topic.cs#L57
System.TimeoutException : This TrackedSession timed out before all activity completed.
Activity detected:
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Service (Node Id) | Message Id | Message Type | Time (ms) | Event |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Wolverine.MQTT.Tests (0728e729-b25d-4453-80b9-d44910fc8358) | 08de8026-8270-832b-7ced-8d7d401d0000 | Wolverine.MQTT.Tests.ColorMessage | 0| Sent |
------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|
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
Possible null reference assignment.
|
|
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/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/WolverineParameterAttribute.cs#L82
Cannot convert null literal to non-nullable reference type.
|
|
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#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'
|