storj/storagenode/pieces
Isaac Hess 13bf0c62ab satellite/pieces: Fix race in piece deleter
There was a race in the test code for piece deleter, which made it
possible to broadcast on the condition variable before anyone was
waiting. This change fixes that and has Wait take a context so it times
out with the context.

Change-Id: Ia4f77a7b7d2287d5ab1d7ba541caeb1ba036dba3
2020-04-28 10:50:20 -06:00
..
cache_test.go storagenode/pieces: Add test to cache store 2020-02-05 11:39:06 -07:00
cache.go storagenode/pieces: Add test to cache store 2020-02-05 11:39:06 -07:00
db_test.go storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
deleter_test.go satellite/pieces: Fix race in piece deleter 2020-04-28 10:50:20 -06:00
deleter.go satellite/pieces: Fix race in piece deleter 2020-04-28 10:50:20 -06:00
pieceexpiration_test.go storagenode/storagenodedb/storagenodedbtest: pass ctx as an argument 2020-01-20 16:56:12 +02:00
readwrite_test.go storagenode: ensure we don't eat the underlying error 2020-01-14 20:26:23 +00:00
readwrite.go all: don't depend on gogo/proto directly 2020-04-08 17:32:15 +00:00
store_test.go satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
store.go all: use monkit v3 2020-02-05 23:53:17 +00:00
trashchore.go all: reduce number of log messages 2020-01-06 19:03:46 +00:00