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

[ServiceBus] DynamicConcurrencyTest failing in nightly runs #24745

Closed
v-yilinhu opened this issue Oct 15, 2021 · 3 comments
Closed

[ServiceBus] DynamicConcurrencyTest failing in nightly runs #24745

v-yilinhu opened this issue Oct 15, 2021 · 3 comments
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus test-reliability Issue that causes tests to be unreliable

Comments

@v-yilinhu
Copy link
Contributor

ServiceBus runs are failing with:

Error message
System.ApplicationException : Condition not reached within timeout.

Stack trace
at Microsoft.Azure.WebJobs.Host.TestCommon.TestHelpers.Await(Func1 condition, Int32 timeout, Int32 pollingInterval, Boolean throwWhenDebugging, Func1 userMessageCallback) in /Users/runner/work/1/s/sdk/extensions/Microsoft.Azure.WebJobs.Extensions.Clients/tests/shared/TestHelpers.cs:line 102
at Microsoft.Azure.WebJobs.Host.TestCommon.TestHelpers.Await(Func1 condition, Int32 timeout, Int32 pollingInterval, Boolean throwWhenDebugging, Func1 userMessageCallback) in /Users/runner/work/1/s/sdk/extensions/Microsoft.Azure.WebJobs.Extensions.Clients/tests/shared/TestHelpers.cs:line 109
at Microsoft.Azure.WebJobs.Host.EndToEndTests.ServiceBusEndToEndTests.DynamicConcurrencyTest() in /Users/runner/work/1/s/sdk/servicebus/Microsoft.Azure.WebJobs.Extensions.ServiceBus/tests/ServiceBusEndToEndTests.cs:line 425
at NUnit.Framework.Internal.TaskAwaitAdapter.GenericAdapter1.BlockUntilCompleted() at NUnit.Framework.Internal.MessagePumpStrategy.NoMessagePumpStrategy.WaitForCompletion(AwaitAdapter awaiter) at NUnit.Framework.Internal.AsyncToSyncAdapter.Await(Func1 invoke)
at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute(TestExecutionContext context)
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.<>c__DisplayClass1_0.b__0()
at NUnit.Framework.Internal.Commands.BeforeAndAfterTestCommand.RunTestMethodInThreadAbortSafeZone(TestExecutionContext context, Action action)

For more details check here:

@jsquire for notification.

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Oct 15, 2021
@v-xuto v-xuto added Client This issue points to a problem in the data-plane of the library. Service Bus test-reliability Issue that causes tests to be unreliable and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Oct 15, 2021
@jsquire
Copy link
Member

jsquire commented Oct 15, 2021

This is a transient timeout; closing.

@jsquire jsquire closed this as completed Oct 15, 2021
@JoshLove-msft
Copy link
Member

@mathewc it seems the dynamic concurrency tests fail from time to time. Any ideas how to improve them?

@mathewc
Copy link
Member

mathewc commented Oct 15, 2021

I have an open work item #24426 for improving these same tests for the Storage extensions. I'll investigate restructuring/improving both sets of tests in the same way.

@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Service Bus test-reliability Issue that causes tests to be unreliable
Projects
None yet
Development

No branches or pull requests

5 participants