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

server: refactor TestSpanStatsFanOutFaultTolerance #135323

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dhartunian
Copy link
Collaborator

No need to run this under stress or race since it's testing a manually constructed failure scenario.

Fixed incorrect t being used in test validations which would mask which subtest was failing.

Added more logging to test cases that have failed before.

Resolves: #128750
Resolves: #131082

Release note: None

No need to run this under stress or race since it's testing a manually
constructed failure scenario.

Fixed incorrect `t` being used in test validations which would mask
which subtest was failing.

Added more logging to test cases that have failed before.

Resolves: cockroachdb#128750
Resolves: cockroachdb#131082

Release note: None
@dhartunian dhartunian added backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3 labels Nov 15, 2024
@dhartunian dhartunian requested a review from a team as a code owner November 15, 2024 20:06
@dhartunian dhartunian requested review from angles-n-daemons and removed request for a team November 15, 2024 20:06
@cockroach-teamcity
Copy link
Member

This change is Reviewable

Comment on lines +409 to +410
skip.UnderStress(t)
skip.UnderRace(t)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: there is also skip.UnderDuress() which includes syncutil.DeadlockEnabled. Not sure if you want to skip under deadlock too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-24.2.x Flags PRs that need to be backported to 24.2 backport-24.3.x Flags PRs that need to be backported to 24.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

server: TestSpanStatsFanOutFaultTolerance failed server: TestSpanStatsFanOutFaultTolerance failed
3 participants