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
{{ message }}
This repository has been archived by the owner on Aug 2, 2021. It is now read-only.
topicHandlerCaps had concurrent read and write access without any
synchronisation primitive.
Failing test was:
go test -race -count 1 -run TestProtocol ./swarm/pss
fixes#1157
Similar to #1116 but a different test is failing.
How to reproduce?
go test -race -count 1 -run TestProtocol github.com/ethereum/go-ethereum/swarm/pss
Acceptance criteria
All PSS tests pass without data race.
go test -race -count 1 github.com/ethereum/go-ethereum/swarm/pss...
Stack trace
The text was updated successfully, but these errors were encountered: