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

rpc: increase timeout for TestClockOffsetInPingRequest #136849

Conversation

andrewbaptist
Copy link
Collaborator

Previously this test had the RPCHeartbeatInterval and RPCHeartbeatTimeout both set at 100ms. Normally the RPCHeartbeatTimeout is set at 3x the interval. During race builds this provides enough extra cushion that the test should pass.

Epic: none
Fixes: #136703

Release note: None

Previously this test had the `RPCHeartbeatInterval` and
`RPCHeartbeatTimeout` both set at 100ms. Normally the
`RPCHeartbeatTimeout` is set at 3x the interval. During race builds this
provides enough extra cushion that the test should pass.

Epic: none
Fixes: cockroachdb#136703

Release note: None
@andrewbaptist andrewbaptist requested a review from a team as a code owner December 5, 2024 20:21
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@andrewbaptist
Copy link
Collaborator Author

I wasn't able to reproduce this before or after the failure, but I think this change will make it much less flaky. I ran --stress --race 1000 times and didn't reproduce.

@andrewbaptist
Copy link
Collaborator Author

TFTR!

bors r=miraradeva

@craig craig bot merged commit 683618f into cockroachdb:master Dec 9, 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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

rpc: TestClockOffsetInPingRequest failed
3 participants