plugeth/swarm/storage/localstore
Janoš Guljaš 02c28046a0 swarm: Fix localstore test deadlock with race detector (#19153)
* 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
2019-02-22 23:19:09 +01:00
..
doc.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
gc_test.go swarm: Fix localstore test deadlock with race detector (#19153) 2019-02-22 23:19:09 +01:00
gc.go swarm: Fix localstore test deadlock with race detector (#19153) 2019-02-22 23:19:09 +01:00
index_test.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
localstore_test.go swarm: Fix localstore test deadlock with race detector (#19153) 2019-02-22 23:19:09 +01:00
localstore.go swarm: Fix localstore test deadlock with race detector (#19153) 2019-02-22 23:19:09 +01:00
mode_get_test.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
mode_get.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
mode_put_test.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
mode_put.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
mode_set_test.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
mode_set.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
retrieval_index_test.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
subscription_pull_test.go swarm: Fix localstore test deadlock with race detector (#19153) 2019-02-22 23:19:09 +01:00
subscription_pull.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00
subscription_push_test.go swarm: Fix localstore test deadlock with race detector (#19153) 2019-02-22 23:19:09 +01:00
subscription_push.go swarm/storage/localstore: new localstore package (#19015) 2019-02-07 18:40:26 +01:00