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(test): remove testLogger from TrackLeader test #2020

Merged
merged 1 commit into from
Sep 14, 2021
Merged

Conversation

dnwe
Copy link
Collaborator

@dnwe dnwe commented Sep 13, 2021

As it turns out, this setup was periodically causing the test to fail
due to a data race occurring on the Logger global when the defer ran
(!)

Fixes #2011

@dnwe dnwe requested a review from bai as a code owner September 13, 2021 23:28
As it turns out, this setup was periodically causing the test to fail
due to a data race occurring on the `Logger` global when the defer ran
(!)

Fixes #2011
@bai
Copy link
Contributor

bai commented Sep 14, 2021

Thanks! 🙌🏼

@bai bai merged commit c3c1c33 into main Sep 14, 2021
@bai bai deleted the dnwe/no-test-logger branch September 14, 2021 01:56
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.

test: TestConsumeMessagesTrackLeader is brittle and periodically fails (and then passes on a re-run)
2 participants