-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[FlakyTest] WithTimeoutPropagatesAnExceptionThatCompletesBeforeTimeout #12874
Labels
Client
This issue points to a problem in the data-plane of the library.
Event Hubs
Service Attention
Workflow: This issue is responsible by Azure service team.
Milestone
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @jfggdl. |
jsquire
added a commit
to jsquire/azure-sdk-for-net
that referenced
this issue
Jun 23, 2020
The focus of these changes is a set of small refactorings and tweaks, mostly unrelated to any core theme. Included are: - Refactoring of the processor blob storage manager, mostly changes to formatting to help improve readability. - Refactoring the initialization of starting position for partitions into a concurrent dictionary to resolve a potential race condition (Azure#12466) - Fixing timing on some track one tests for test-infrastructure. (Azure#12874) - Ignoring tests with intermittent failures (Azure#12929, Azure#12930) - Enhancing log information for when the Event Processor starts processing a partition to contain the starting position used. - Enhancing log information for the core service operations (send/receive) to group the start/error/end events together with an operation identifier and report the total number of retries used when interacting with the service.
jsquire
added a commit
that referenced
this issue
Jun 23, 2020
The focus of these changes is a set of small refactorings and tweaks, mostly unrelated to any core theme. Included are: - Refactoring of the processor blob storage manager, mostly changes to formatting to help improve readability. - Refactoring the initialization of starting position for partitions into a concurrent dictionary to resolve a potential race condition (#12466) - Fixing timing on some track one tests for test-infrastructure. (#12874) - Ignoring tests with intermittent failures (#12929, #12930) - Enhancing log information for when the Event Processor starts processing a partition to contain the starting position used. - Enhancing log information for the core service operations (send/receive) to group the start/error/end events together with an operation identifier and report the total number of retries used when interacting with the service.
A fix for this went in with #12928. |
10 tasks
prmathur-microsoft
pushed a commit
that referenced
this issue
Jul 8, 2020
The focus of these changes is a set of small refactorings and tweaks, mostly unrelated to any core theme. Included are: - Refactoring of the processor blob storage manager, mostly changes to formatting to help improve readability. - Refactoring the initialization of starting position for partitions into a concurrent dictionary to resolve a potential race condition (#12466) - Fixing timing on some track one tests for test-infrastructure. (#12874) - Ignoring tests with intermittent failures (#12929, #12930) - Enhancing log information for when the Event Processor starts processing a partition to contain the starting position used. - Enhancing log information for the core service operations (send/receive) to group the start/error/end events together with an operation identifier and report the total number of retries used when interacting with the service.
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.
Event Hubs
Service Attention
Workflow: This issue is responsible by Azure service team.
Microsoft.Azure.EventHubs.Tests.TaskExtensionsTests.WithTimeoutPropagatesAnExceptionThatCompletesBeforeTimeout
https://dev.azure.com/azure-sdk/public/_build/results?buildId=431372&view=ms.vss-test-web.build-test-results-tab&runId=11547436&resultId=103502&paneView=debug
cc @jsquire
The text was updated successfully, but these errors were encountered: