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
Occasionally, the test to run validation checks on all chains - just validate "*" fails many checks. Upon looking at the error logs in CI, there appears to be a concurrent map read and map write occurring which causes this error. See CI Job output
Bug Description
Occasionally, the test to run validation checks on all chains -
just validate "*"
fails many checks. Upon looking at the error logs in CI, there appears to be aconcurrent map read and map write
occurring which causes this error. See CI Job outputSteps to Reproduce
run
just validate "*"
Expected behavior
Validation should pass without errors/crashes.
Environment Information:
N/A
Configurations:
just validate "*"
Logs:
Additional context
N/A
The text was updated successfully, but these errors were encountered: