Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(remove): az func service-bus project #474

Merge branch 'main' into chore/remove-az-func-service-bus-project

7014619
Select commit
Loading
Failed to load commit list.
Merged

chore(remove): az func service-bus project #474

Merge branch 'main' into chore/remove-az-func-service-bus-project
7014619
Select commit
Loading
Failed to load commit list.
Azure Pipelines / CI - Arcus.Messaging succeeded Feb 24, 2025 in 11m 50s

Build #20250224.1 had test failures

Details

Tests

  • Failed: 1 (0.10%)
  • Passed: 1,021 (99.71%)
  • Other: 2 (0.20%)
  • Total: 1,024

Annotations

Check failure on line 1 in Arcus.Messaging.Tests.Integration.MessagePump.ServiceBusMessagePumpTests.ServiceBusTopicMessagePumpWithContextFiltering_RoutesServiceBusMessage_MessageSuccessfullyProcessed

See this annotation in the file changed.

@azure-pipelines azure-pipelines / CI - Arcus.Messaging

Arcus.Messaging.Tests.Integration.MessagePump.ServiceBusMessagePumpTests.ServiceBusTopicMessagePumpWithContextFiltering_RoutesServiceBusMessage_MessageSuccessfullyProcessed

System.TimeoutException : Poll: order created event does not seem to be delivered in time as the file '8cc1b50d-e8bf-4608-9f68-22b9a302ca16.json' cannot be found on disk (interval: 0:00:00.1, timeout: 0:00:10)
---- The collection contained 0 matching element(s) instead of 1.
Raw output
   at Arcus.Testing.Poll`2.StartAsync()
   at Arcus.Messaging.Tests.Integration.MessagePump.ServiceBus.DiskMessageEventConsumer.ConsumeEventAsync[TResult](String messageId, String errorMessage, Nullable`1 timeout) in /home/vsts/work/1/s/src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBus/DiskMessageEventConsumer.cs:line 30
   at Arcus.Messaging.Tests.Integration.MessagePump.ServiceBus.DiskMessageEventConsumer.ConsumeOrderCreatedAsync(String messageId, Nullable`1 timeout) in /home/vsts/work/1/s/src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBus/DiskMessageEventConsumer.cs:line 16
   at Arcus.Messaging.Tests.Integration.MessagePump.ServiceBusMessagePumpTests.<>c__DisplayClass16_0.<<ServiceBusTopicMessagePumpWithContextFiltering_RoutesServiceBusMessage_MessageSuccessfullyProcessed>b__3>d.MoveNext() in /home/vsts/work/1/s/src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBusMessagePump.RouterTests.cs:line 103
--- End of stack trace from previous location ---
   at Arcus.Messaging.Tests.Integration.MessagePump.ServiceBusMessagePumpTests.TestServiceBusMessageHandlingAsync(WorkerOptions options, ServiceBusEntityType entityType, ServiceBusMessage message, Func`1 assertionAsync, String memberName) in /home/vsts/work/1/s/src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBusMessagePumpTests.cs:line 154
   at Arcus.Messaging.Tests.Integration.MessagePump.ServiceBusMessagePumpTests.TestServiceBusMessageHandlingAsync(WorkerOptions options, ServiceBusEntityType entityType, ServiceBusMessage message, Func`1 assertionAsync, String memberName) in /home/vsts/work/1/s/src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBusMessagePumpTests.cs:line 154
   at Arcus.Messaging.Tests.Integration.MessagePump.ServiceBusMessagePumpTests.ServiceBusTopicMessagePumpWithContextFiltering_RoutesServiceBusMessage_MessageSuccessfullyProcessed() in /home/vsts/work/1/s/src/Arcus.Messaging.Tests.Integration/MessagePump/ServiceBusMessagePump.RouterTests.cs:line 101
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at Arcus.Testing.Poll.<>c__DisplayClass10_0`1.<Target>b__0()
   at Polly.Retry.AsyncRetryEngine.ImplementationAsync[TResult](Func`3 action, Context context, CancellationToken cancellationToken, ExceptionPredicates shouldRetryExceptionPredicates, ResultPredicates`1 shouldRetryResultPredicates, Func`5 onRetryAsync, Int32 permittedRetryCount, IEnumerable`1 sleepDurationsEnumerable, Func`4 sleepDurationProvider, Boolean continueOnCapturedContext)