good morning!!!!

Skip to content
Snippets Groups Projects
Forked from github / maticnetwork / bor
Source project has a limited visibility.
  • Ferenc Szabo's avatar
    f82185a4
    p2p/protocols: fix data race in TestProtocolHook (#19242) · f82185a4
    Ferenc Szabo authored
    dummyHook's fields were concurrently written by nodes and read by
    the test. The simplest solution is to protect all fields with a mutex.
    
    Enable: TestMultiplePeersDropSelf, TestMultiplePeersDropOther as they
    seemingly accidentally stayed disabled during a refactor/rewrite
    since 1836366a.
    
    resolves ethersphere/go-ethereum#1286
    f82185a4
    History
    p2p/protocols: fix data race in TestProtocolHook (#19242)
    Ferenc Szabo authored
    dummyHook's fields were concurrently written by nodes and read by
    the test. The simplest solution is to protect all fields with a mutex.
    
    Enable: TestMultiplePeersDropSelf, TestMultiplePeersDropOther as they
    seemingly accidentally stayed disabled during a refactor/rewrite
    since 1836366a.
    
    resolves ethersphere/go-ethereum#1286
Code owners
Assign users and groups as approvers for specific file changes. Learn more.