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
* swarm/network/stream: newStreamerTester cleanup only if err is nil
* swarm/network/stream: raise newStreamerTester waitForPeers timeout
* swarm/network/stream: fix data races in GetPeerSubscriptions
* swarm/storage: prevent data race on LDBStore.batchesC
ethersphere/swarm#1198 (comment)
* swarm/network/stream: fix TestGetSubscriptionsRPC data race
ethersphere/swarm#1198 (comment)
* swarm/network/stream: correctly use Simulation.Run callback
ethersphere/swarm#1198 (comment)
* swarm/network: protect addrCountC in Kademlia.AddrCountC function
ethersphere/swarm#1198 (comment)
* p2p/simulations: fix a deadlock calling getRandomNode with lock
ethersphere/swarm#1198 (comment)
* swarm/network/stream: terminate disconnect goruotines in tests
* swarm/network/stream: reduce memory consumption when testing data races
* swarm/network/stream: add watchDisconnections helper function
* swarm/network/stream: add concurrent counter for tests
* swarm/network/stream: rename race/norace test files and use const
* swarm/network/stream: remove watchSim and its panic
* swarm/network/stream: pass context in watchDisconnections
* swarm/network/stream: add concurrent safe bool for watchDisconnections
* swarm/storage: fix LDBStore.batchesC data race by not closing it
(cherry picked from commit 3fd6db2)
0 commit comments