Add integration testing guide for Wolverine.HTTP with Alba #2423
+477
−1
Annotations
9 errors and 10 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.27] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_endpoint_should_be_named_after_handler_type [FAIL]
[xUnit.net 00:03:12.05] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_should_be_active [FAIL]
"
|
|
Run AWS Tests
[xUnit.net 00:03:12.05] Wolverine.AmazonSqs.Tests.ConventionalRouting.when_using_handler_type_naming.listener_should_be_active [FAIL]
|
|
Run AWS Tests
[xUnit.net 00:01:36.27] 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]
|
|
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/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/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/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/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/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]
|
|
Run AWS Tests
/home/runner/work/wolverine/wolverine/src/Wolverine/Runtime/Agents/IAgent.cs(34,27): warning CS1066: The default value specified for parameter 'cancellationToken' will have no effect because it applies to a member that is used in contexts that do not allow optional arguments [/home/runner/work/wolverine/wolverine/src/Wolverine/Wolverine.csproj::TargetFramework=net9.0]
|
Loading