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

p2p: fix data race in test #2875

Merged
merged 1 commit into from
Feb 12, 2024
Merged

p2p: fix data race in test #2875

merged 1 commit into from
Feb 12, 2024

Conversation

gsora
Copy link
Collaborator

@gsora gsora commented Feb 9, 2024

peerState.failing can be accessed concurrently by integration tests.

Make sure to guard its access with an atomic.Bool.

category: bug
ticket: #2784

peerState.failing can be accessed concurrently by integration tests.

Make sure to guard its access with an atomic.Bool.
Copy link

sonarcloud bot commented Feb 9, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@gsora gsora added the merge when ready Indicates bulldozer bot may merge when all checks pass label Feb 12, 2024
@obol-bulldozer obol-bulldozer bot merged commit f28b00c into main Feb 12, 2024
11 checks passed
@obol-bulldozer obol-bulldozer bot deleted the gsora/p2p-race-tests branch February 12, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge when ready Indicates bulldozer bot may merge when all checks pass
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants