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

util/tracing: skip a few tests under deadlock detector #75439

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

andreimatei
Copy link
Contributor

@andreimatei andreimatei commented Jan 24, 2022

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

@andreimatei andreimatei requested a review from a team January 24, 2022 15:53
@cockroach-teamcity
Copy link
Member

This change is Reviewable

As explained in cockroachdb#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 cockroachdb#75433
Fixes cockroachdb#75488

Release note: None
Copy link
Contributor

@aayushshah15 aayushshah15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained

@andreimatei
Copy link
Contributor Author

bors r+

@craig
Copy link
Contributor

craig bot commented Jan 26, 2022

Build succeeded:

@craig craig bot merged commit 7adf8b7 into cockroachdb:master Jan 26, 2022
@andreimatei andreimatei deleted the park branch January 26, 2022 17:27
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.

util/tracing: TestSpanPooling failed util/tracing: TestSpanReuse failed
4 participants