You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`peerState.failing` can be accessed concurrently by integration tests.
Make sure to guard its access with an `atomic.Bool`.
category: bug
ticket: #2784
🐞 Bug Report
Description
A data race condition was observed in a github job running on a PR: https://github.com/ObolNetwork/charon/actions/runs/7464121777/job/20415456429?pr=2777
Has this worked before in a previous version?
Yes
🔬 Minimal Reproduction
See the logs here: https://github.com/ObolNetwork/charon/actions/runs/7464121777/job/20415456429?pr=2777
🔥 Error
🌍 Your Environment
None
What version of Charon are you running? (Which release)
Latest
Anything else relevant (validator index / public key)?
The text was updated successfully, but these errors were encountered: