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

Use atomic.Bool for rungroup actors that should not run interrupt routines more than once #2012

Merged
merged 1 commit into from
Dec 20, 2024

Conversation

RebeccaMahany
Copy link
Contributor

Closes #2010.

Might prevent some data races in flaky tests?

@RebeccaMahany RebeccaMahany marked this pull request as ready for review December 20, 2024 15:16
@RebeccaMahany RebeccaMahany added this pull request to the merge queue Dec 20, 2024
Merged via the queue into kolide:main with commit c8ff2ab Dec 20, 2024
33 checks passed
@RebeccaMahany RebeccaMahany deleted the becca/rungroup-atomic-bool branch December 20, 2024 16:03
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.

Use atomic.Bool to store whether a rungroup actor has already been interrupted
3 participants