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 race condition with unused code #86

Merged
merged 1 commit into from
Sep 4, 2024
Merged

Fix race condition with unused code #86

merged 1 commit into from
Sep 4, 2024

Conversation

hneiva
Copy link

@hneiva hneiva commented Sep 4, 2024

encodeIndent was only there for debugging and not currently used for anything.
This was causing some projects downstream to fail testing with -race enabled.

  • Added -race to go test and made ber.go tests run in parallel

@hneiva hneiva requested a review from jmhodges September 4, 2024 21:42
Makefile Show resolved Hide resolved
encodeIndent was only there for debugging and not currently used for anything.
This was causing some projects downstream to fail testing with -race enabled.
+ Added `-race` to go test and made ber.go tests run in parallel
@hneiva hneiva merged commit 9fc9f1d into master Sep 4, 2024
10 checks passed
@hneiva hneiva deleted the hneiva/fix-race branch September 4, 2024 21:55
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