Skip to content

[Host] Consumer error response per transport (#356) #1375

[Host] Consumer error response per transport (#356)

[Host] Consumer error response per transport (#356) #1375

Triggered via pull request January 3, 2025 02:32
@EtherZaEtherZa
synchronize #359
Status Failure
Total duration 10m 57s
Artifacts 1

build.yml

on: pull_request_target
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 11 warnings
SlimMessageBus.Host.AmazonSQS.Test.SqsMessageBusIt ► BasicQueue(fifo: False, bulkProduce: False): src/Tests/SlimMessageBus.Host.AmazonSQS.Test/SqsMessageBusIt.cs#L154
Failed test found in: ./test-results/SlimMessageBus.Host.AmazonSQS.Test_Integration_net8.0_20250103023956.trx Error: System.AggregateException : One or more errors occurred. (Queue SMB_638714687953171361_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.) (Queue SMB_638714687953171361_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.) ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687953171361_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS. ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687953171361_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.
SlimMessageBus.Host.AmazonSQS.Test.SqsMessageBusIt ► BasicQueue(fifo: False, bulkProduce: True): src/Tests/SlimMessageBus.Host.AmazonSQS.Test/SqsMessageBusIt.cs#L147
Failed test found in: ./test-results/SlimMessageBus.Host.AmazonSQS.Test_Integration_net8.0_20250103023956.trx Error: System.AggregateException : One or more errors occurred. (Queue SMB_638714687948932703_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.) (Queue SMB_638714687948932703_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.) ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687948932703_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS. ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687948932703_BasicQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.
SlimMessageBus.Host.AmazonSQS.Test.SqsMessageBusIt ► BasicQueue(fifo: True, bulkProduce: False): src/Tests/SlimMessageBus.Host.AmazonSQS.Test/SqsMessageBusIt.cs#L154
Failed test found in: ./test-results/SlimMessageBus.Host.AmazonSQS.Test_Integration_net8.0_20250103023956.trx Error: System.AggregateException : One or more errors occurred. (Queue SMB_638714687951099643_BasicQueue.fifo has unknown URL at this point. Ensure the queue exists in Amazon SQS.) (Queue SMB_638714687951099643_BasicQueue.fifo has unknown URL at this point. Ensure the queue exists in Amazon SQS.) ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687951099643_BasicQueue.fifo has unknown URL at this point. Ensure the queue exists in Amazon SQS. ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687951099643_BasicQueue.fifo has unknown URL at this point. Ensure the queue exists in Amazon SQS.
SlimMessageBus.Host.AmazonSQS.Test.SqsMessageBusIt ► BasicReqRespOnQueue: src/Tests/SlimMessageBus.Host.AmazonSQS.Test/SqsMessageBusIt.cs#L231
Failed test found in: ./test-results/SlimMessageBus.Host.AmazonSQS.Test_Integration_net8.0_20250103023956.trx Error: System.AggregateException : One or more errors occurred. (Queue SMB_638714687955241768_BasicReqRespOnQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.) (Queue SMB_638714687955241768_BasicReqRespOnQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.) ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687955241768_BasicReqRespOnQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS. ---- SlimMessageBus.ProducerMessageBusException : Queue SMB_638714687955241768_BasicReqRespOnQueue has unknown URL at this point. Ensure the queue exists in Amazon SQS.
build
Failed test were found and 'fail-on-error' option is set to ***
build
Process completed with exit code 1.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L90
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/ResponseMessageProcessor.cs#L72
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)
build: src/SlimMessageBus.Host/Collections/RuntimeTypeCache.cs#L55
Make sure that this accessibility bypass is safe here. (https://rules.sonarsource.com/csharp/RSPEC-3011)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L24
Constructor has 8 parameters, which is greater than the 7 authorized. (https://rules.sonarsource.com/csharp/RSPEC-107)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/ResponseMessageProcessor.cs#L98
Use a comparison to 'default(TTransportMessage)' instead or add a constraint to 'TTransportMessage' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/ConcurrentMessageProcessorDecorator.cs#L97
Use a comparison to 'default(TMessage)' instead or add a constraint to 'TMessage' so that it can't be a value type. (https://rules.sonarsource.com/csharp/RSPEC-2955)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L61
Refactor this method to reduce its Cognitive Complexity from 25 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageProcessor.cs#L68
Refactor this method to reduce its Cognitive Complexity from 23 to the 15 allowed. (https://rules.sonarsource.com/csharp/RSPEC-3776)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L151
Remove this unused method parameter 'cancellationToken'. (https://rules.sonarsource.com/csharp/RSPEC-1172)
build: src/SlimMessageBus.Host/Consumer/MessageProcessors/MessageHandler.cs#L90
Complete the task associated to this 'TODO' comment. (https://rules.sonarsource.com/csharp/RSPEC-1135)

Artifacts

Produced during runtime
Name Size
test-results
527 KB