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

[Event Hubs] fixes flaky EventProcessor test #4574

Merged
merged 2 commits into from
Jul 31, 2019

Conversation

chradek
Copy link
Contributor

@chradek chradek commented Jul 31, 2019

One of the EventProcessor tests were failing in some environments.

This test was failing in some cases because the delay between starting and stopping an EventProcessor was too small, which meant sometimes an event wouldn't be received during the delay.

I increased the delay, and changed the 2nd start/stop check to only check that PartitionProcessor methods have been called.

@chradek
Copy link
Contributor Author

chradek commented Jul 31, 2019

/azp run js - eventhubs-client - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@chradek chradek merged commit 5384df1 into Azure:master Jul 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants