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

kvserver: extend election timeout ticks in TestControlFlowRaftMembers… #133463

Merged

Conversation

kvoli
Copy link
Collaborator

@kvoli kvoli commented Oct 25, 2024

…hipV2

The test is susceptible to observing timing issues, such as stream disconnects under CPU exhaustion. This is problematic because the test asserts on the full history of metrics, in that some are counters.

Attempt to paper over these by extending RaftElectionTimeoutTicks.

Fixes: #133272
Release note: None

…hipV2

The test is susceptible to observing timing issues, such as stream
disconnects under CPU exhaustion. This is problematic because the test
asserts on the full history of metrics, in that some are counters.

Attempt to paper over these by extending `RaftElectionTimeoutTicks`.

Fixes: cockroachdb#133272
Release note: None
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kvoli kvoli self-assigned this Oct 25, 2024
@kvoli kvoli added the backport-24.3.x Flags PRs that need to be backported to 24.3 label Oct 25, 2024
@kvoli
Copy link
Collaborator Author

kvoli commented Oct 25, 2024

This may also already be fixed via other means:

image

In any case, I think that the diff here will help further.

@kvoli kvoli marked this pull request as ready for review October 25, 2024 18:11
@kvoli kvoli requested a review from a team as a code owner October 25, 2024 18:11
Copy link
Collaborator

@sumeerbhola sumeerbhola left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! 1 of 0 LGTMs obtained (waiting on @pav-kv)

@kvoli
Copy link
Collaborator Author

kvoli commented Oct 25, 2024

TYFTR!

bors r=sumeerbhola

@craig craig bot merged commit e86550a into cockroachdb:master Oct 25, 2024
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-24.3.x Flags PRs that need to be backported to 24.3
Projects
None yet
3 participants