Skip to content

Fix global partitioning with Separated handler mode #326

Fix global partitioning with Separated handler mode

Fix global partitioning with Separated handler mode #326

Triggered via pull request March 12, 2026 10:58
Status Failure
Total duration 7m 44s
Artifacts

kafka.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
test
Process completed with exit code 1.
Wolverine.Kafka.Tests.BufferedSendingAndReceivingWithDlqCompliance.will_move_to_dead_letter_queue_without_any_exception_match
System.Exception : Actual ending was 'MessageSucceeded' on attempt 4 SenderService (d00d3f32-34ed-493c-8f01-e8dbb08ad521) @0ms: Sent Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) to kafka://topic/buffered.dlq.receiver BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @261ms: Received Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) at kafka://topic/buffered.dlq.receiver BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @325ms: Started execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @325ms: Finished execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) + Service: BatchMessaging, Id: 08de8026-e571-f7af-70a8-a51b8a400000, SessionTime: 325, MessageEventType: Requeued, MessageType: Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage at node #8716ae0f-10c5-4021-b1b6-916905a23629 BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @325ms: Received Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) at kafka://topic/buffered.dlq.receiver BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @325ms: Started execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @325ms: Finished execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) + Service: BatchMessaging, Id: 08de8026-e571-f7af-70a8-a51b8a400000, SessionTime: 325, MessageEventType: Requeued, MessageType: Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage at node #8716ae0f-10c5-4021-b1b6-916905a23629 BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @325ms: Received Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) at kafka://topic/buffered.dlq.receiver BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @325ms: Started execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @326ms: Finished execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @336ms: Sent Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) to kafka://topic/buffered.dlq.receiver Operation is not valid due to the current state of the object. BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @336ms: Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) was moved to the dead letter queue BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @336ms: Received Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) at kafka://topic/buffered.dlq.receiver BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @336ms: Started execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @336ms: Finished execution of Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) BatchMessaging (8716ae0f-10c5-4021-b1b6-916905a23629) @336ms: Wolverine.ComplianceTests.ErrorHandling.ErrorCausingMessage (08de8026-e571-f7af-70a8-a51b8a400000) was marked as successful.
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'