-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to latest event hubs client SDK (#385)
* update to latest event hubs client SDK. * minor editing and renaming, catch startup cancellation, and ignore cancellation exceptions after cancellation * address PR feedback * Apply suggestions from code review Co-authored-by: David Justo <david.justo.1996@gmail.com> * optimization: cancel the wait when shutting down * avoid race when opening partitions that are canceled immediately * add test timeouts and fix handling of instant cancellation * better logging of exceptions in partition shutdown * adding more timeouts * suggestion from PR review Co-authored-by: David Justo <david.justo.1996@gmail.com> * add more timeout wrappers * remove dead code * undo addition of redundant, coarse timeouts for tests that already have timeouts with nontrivial duration * simplify code that seemed to be hanging in unit tests * add statements to print progress to some of the unit tests, to facilitate analysis of hangs in CI --------- Co-authored-by: David Justo <david.justo.1996@gmail.com>
- Loading branch information
1 parent
2fd17d0
commit 6e10bdf
Showing
33 changed files
with
1,681 additions
and
1,360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.