-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
util/tracing: skip a few tests under deadlock detector
As explained in #75423, span reuse is incompatible with the deadlock detector, which flags this reuse as false-positives. That patch generally disabled reuse when running under the test detector. This patch skips a few tests that explicitly ask for span reuse. I'll separately try to improve the deadlock detector such that it can be used with our code. Fixes #75433 Fixes #75488 Release note: None
- Loading branch information
1 parent
0e932c3
commit c335ca0
Showing
3 changed files
with
6 additions
and
0 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