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

chore: add -race to Go tests #1367

Merged
merged 1 commit into from
Apr 30, 2024
Merged

chore: add -race to Go tests #1367

merged 1 commit into from
Apr 30, 2024

Conversation

alecthomas
Copy link
Collaborator

@matt2e there's a race in TestHashRing that I tried to fix without success, to I've skipped it for now. Will file a ticket for you to followup.

@alecthomas alecthomas requested a review from a team as a code owner April 30, 2024 22:54
@alecthomas alecthomas requested review from matt2e and removed request for a team April 30, 2024 22:54
@alecthomas alecthomas mentioned this pull request Apr 30, 2024
@alecthomas alecthomas merged commit 3a5ce4b into main Apr 30, 2024
10 checks passed
@alecthomas alecthomas deleted the aat/go-test-race branch April 30, 2024 23:13
@alecthomas
Copy link
Collaborator Author

Filed #1368

@@ -1,5 +1,3 @@
//go:build !integration
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@matt2e I have integration added to my build tags so that I can edit integration tests with completion (which I recommend), and this negation breaks completion in these files. For the purposes of running the integration tests we can either just run these, or explicitly select just the tests in files with the integration tag.

@matt2e matt2e added the approved Marks an already closed PR as approved label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Marks an already closed PR as approved
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants