• Janoš Guljaš's avatar
    swarm: Fix localstore test deadlock with race detector (#19153) · 02c28046
    Janoš Guljaš authored
    * swarm/storage/localstore: close localstore in two tests
    
    * swarm/storage/localstore: fix a possible deadlock in tests
    
    * swarm/storage/localstore: re-enable pull subs tests for travis race
    
    * swarm/storage/localstore: stop sending to errChan on context done in tests
    
    * swarm/storage/localstore: better want check in readPullSubscriptionBin
    
    * swarm/storage/localstore: protect chunk put with addr lock in tests
    
    * swamr/storage/localstore: wait for gc and writeGCSize workers on Close
    
    * swarm/storage/localstore: more correct testDB_collectGarbageWorker
    
    * swarm/storage/localstore: set DB Close timeout to 5s
    02c28046
Name
Last commit
Last update
..
doc.go Loading commit data...
gc.go Loading commit data...
gc_test.go Loading commit data...
index_test.go Loading commit data...
localstore.go Loading commit data...
localstore_test.go Loading commit data...
mode_get.go Loading commit data...
mode_get_test.go Loading commit data...
mode_put.go Loading commit data...
mode_put_test.go Loading commit data...
mode_set.go Loading commit data...
mode_set_test.go Loading commit data...
retrieval_index_test.go Loading commit data...
subscription_pull.go Loading commit data...
subscription_pull_test.go Loading commit data...
subscription_push.go Loading commit data...
subscription_push_test.go Loading commit data...