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: Fix race conditions around stager, enable detector #1489

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

willmurphyscode
Copy link
Contributor

Fix the race conditions from setting stage.Current from multiple go routines by upgrading to a newer version of go-progress that includes an atomic version of stager and using that. Enable race detection on unit tests, and on a single invocation of the main command under the integration target.

Fix the race conditions from setting stage.Current from multiple go
routines by upgrading to a newer version of go-progress that includes an
atomic version of stager and using that. Enable race detection on unit
tests, and on a single invocation of the main command under the
integration target.

Signed-off-by: Will Murphy <will.murphy@anchore.com>
@willmurphyscode willmurphyscode merged commit d5ced7f into main Sep 12, 2023
9 checks passed
@willmurphyscode willmurphyscode deleted the chore-enforce-race-detector branch September 12, 2023 17:52
@wagoodman wagoodman added the bug Something isn't working label Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

3 participants