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

Fix TestClusterJoinAndReconnect/TestTLSConnection #3594

Conversation

grobinson-grafana
Copy link
Contributor

This commit attempts to fix the TestTLSConnection test from running the assertion before the memberlist is settled. It copies WaitReady from the other tests in this file.

#3593

This commit attempts to fix the TestTLSConnection test from
running the assertion before the memberlist is settled.
It copies WaitReady from the other tests in this file.

Signed-off-by: George Robinson <[email protected]>
@@ -334,6 +334,7 @@ func testTLSConnection(t *testing.T) {
)
require.NoError(t, err)
go p2.Settle(context.Background(), 0*time.Second)
require.NoError(t, p2.WaitReady(context.Background()))
Copy link
Member

Choose a reason for hiding this comment

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

#3589 already included this so closing this.

Copy link
Member

Choose a reason for hiding this comment

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

Thanks though!

@gotjosh gotjosh closed this Nov 3, 2023
@grobinson-grafana grobinson-grafana deleted the grobinson/fix-test branch April 16, 2024 14:44
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.

2 participants