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: expect eventual connection in remote offset unhealthy test #121279

Merged

Conversation

kvoli
Copy link
Collaborator

@kvoli kvoli commented Mar 28, 2024

TestRemoteOffsetUnhealthy manually connects a grid of peers to later assert on the remote offset between rpc connections. The initial connection setup can timeout under resource constraints.

Retry the initial connection when setting up the test.

Fixes: #121238
Fixes: #116898
Release note: None

`TestRemoteOffsetUnhealthy` manually connects a grid of peers to later
assert on the remote offset between rpc connections. The initial
connection setup can timeout under resource constraints.

Retry the initial connection when setting up the test.

Fixes: cockroachdb#121238
Fixes: cockroachdb#116898
Release note: None
@kvoli kvoli self-assigned this Mar 28, 2024
@kvoli kvoli added the backport-23.2.x Flags PRs that need to be backported to 23.2. label Mar 28, 2024
@cockroach-teamcity
Copy link
Member

This change is Reviewable

@kvoli kvoli marked this pull request as ready for review March 28, 2024 18:54
@kvoli kvoli requested a review from a team as a code owner March 28, 2024 18:54
@kvoli kvoli requested a review from arulajmani March 28, 2024 18:54
Copy link
Collaborator

@arulajmani arulajmani 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 @kvoli)

@kvoli kvoli added the backport-24.1.x Flags PRs that need to be backported to 24.1. label Mar 28, 2024
@kvoli
Copy link
Collaborator Author

kvoli commented Mar 28, 2024

TYFTR

bors r=arulajmani

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

Successfully merging this pull request may close these issues.

rpc: TestRemoteOffsetUnhealthy failed rpc: TestRemoteOffsetUnhealthy failed
3 participants