Add topic creation options for kafka listener group #2379
+147
−2
Merged
Annotations
9 errors and 11 warnings
|
Run AWS Tests
Process completed with exit code 255.
|
|
Run AWS Tests
Target "CIAWS" has thrown an exception
|
|
Run AWS Tests
- "Wolverine.AmazonSqs.Tests/when_using_handler_type_naming"
|
|
Run AWS Tests
The following tests failed after retries:
|
|
Run AWS Tests
"Wolverine.AmazonSqs.Tests/when_using_handler_type_naming" failed after 2 attempts: "Process 'dotnet' exited with code 1.
> /usr/share/dotnet/dotnet test /home/runner/work/wolverine/wolverine/src/Transports/AWS/Wolverine.AmazonSqs.Tests/Wolverine.AmazonSqs.Tests.csproj --configuration Release --no-build --no-restore --framework net9.0 --filter FullyQualifiedName~when_using_handler_type_naming&Category!=Flaky
@ /home/runner/work/wolverine/wolverine
Error output:
[xUnit.net 00:01:36.28] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_endpoint_should_be_named_after_handler_type [FAIL]
[xUnit.net 00:03:12.07] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_should_be_active [FAIL]
"
|
|
Run AWS Tests
[xUnit.net 00:03:12.07] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_should_be_active [FAIL]
|
|
Run AWS Tests
[xUnit.net 00:01:36.28] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_endpoint_should_be_named_after_handler_type [FAIL]
|
|
Run AWS Tests
[xUnit.net 00:03:12.07] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_should_be_active [FAIL]
|
|
Run AWS Tests
[xUnit.net 00:01:36.29] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_endpoint_should_be_named_after_handler_type [FAIL]
|
|
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@v4, actions/setup-dotnet@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Transports/AWS/Wolverine.AmazonSqs.Tests/Samples/Bootstrapping.cs(16,30): warning xUnit1013: Public method 'use_named_brokers' on test class 'Bootstrapping' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Transports/AWS/Wolverine.AmazonSqs.Tests/Wolverine.AmazonSqs.Tests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/envelope_id_generation.cs(83,14): warning xUnit1031: Test methods should not use blocking task operations, as they can cause deadlocks. Use an async test method and await instead. (https://xunit.net/xunit.analyzers/rules/xUnit1031) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/Configuration/bootstrapping_specs.cs(122,6): warning xUnit1025: Theory method 'can_build_services' on test class 'bootstrapping_specs' has InlineData duplicate(s). Remove redundant attribute(s) from the theory method. (https://xunit.net/xunit.analyzers/rules/xUnit1025) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/TestMessageContextTests.cs(465,30): warning xUnit1013: Public method 'set_up_invoke_expectations' on test class 'TestMessageContextTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/Runtime/Routing/routing_rules.cs(104,24): warning xUnit1013: Public method 'using_preview_subscriptions' on test class 'routing_rules' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/Configuration/HandlerDiscoveryTests.cs(34,30): warning xUnit1013: Public method 'completely_replacing_the_built_in_discovery' on test class 'HandlerDiscoveryTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/Acceptance/wolverine_as_command_bus.cs(25,17): warning xUnit1013: Public method 'Log' on test class 'wolverine_as_command_bus' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/Acceptance/sticky_message_handlers.cs(185,30): warning xUnit1013: Public method 'explicit_listeners_by_fluent_interface' on test class 'when_building_a_handler_chain_for_sticky_handlers' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/Acceptance/sticky_message_handlers.cs(170,30): warning xUnit1013: Public method 'explicit_listener' on test class 'when_building_a_handler_chain_for_sticky_handlers' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/Acceptance/batch_processing.cs(140,30): warning xUnit1013: Public method 'sample_registration_of_custom_message_batcher' on test class 'batch_processing' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013) [/home/runner/work/wolverine/wolverine/src/Testing/CoreTests/CoreTests.csproj::TargetFramework=net9.0]
|
Loading