-
Notifications
You must be signed in to change notification settings - Fork 714
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deflakes async tests by switching to concurrent blocking queue (#606)
This removes some Thread.sleep and other guards from tests by changing assertions to use a blocking queue. It also improves some of the state checking, particularly around leaked trace contexts. This uncovered two where async instrumentation (vertx and netty) redundantly scoped a span.
- Loading branch information
1 parent
7db7bd1
commit 66585ba
Showing
29 changed files
with
631 additions
and
402 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
Oops, something went wrong.