storj/satellite/orders
Jeff Wendling 3a8766936b satellite/orders: remove race condition in new endpoint tests
the flush batch size was set to 1 which means that a flush was
async scheduled after the first write. the explicit trigger wait
was then always flushing nothing, and the test would only
pass if the async flush was scheduled before the read.

remove that async flush and pause the flush loop so that we are
in full control of when the flushes happen so there are no races.

the tests are still disabled but that's because the endpoint is
still disabled.

Change-Id: I2b7b07fd5525388c30be8efbf4af7105087228da
2020-07-14 15:12:33 -04:00
..
encryptionkey_test.go satellite/orders: add EncryptionKey encryption 2020-07-13 16:10:19 +00:00
encryptionkey.go satellite/orders: add EncryptionKey encryption 2020-07-13 16:10:19 +00:00
endpoint_test.go satellite/orders: remove race condition in new endpoint tests 2020-07-14 15:12:33 -04:00
endpoint.go all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
orders_test.go satellite/orders: add settle orders with window 2020-07-13 15:41:29 -07:00
rollups_chore.go satellite/orders: Flush all pending bandwidth rollup writes on shutdown 2020-01-23 08:12:41 -07:00
rollups_write_cache_test.go satellite/orders: add settled amount to rollups write cache 2020-07-07 14:46:06 +00:00
rollups_write_cache.go satellite/orders: add settled amount to rollups write cache 2020-07-07 14:46:06 +00:00
serials_test.go satellite: remove some unnecessary UTC() calls 2020-03-13 13:49:44 +00:00
service.go satellite/orders: delete unused code 2020-06-25 16:48:26 +03:00