storj/satellite
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
..
accounting satellite/accounting: bugfix infinit storage usage increase (#3916) 2020-07-03 12:34:13 -06:00
admin satellite/admin: add user deletion 2020-07-14 11:37:00 +00:00
attribution all: remove old uuid 2020-04-02 19:30:36 +03:00
audit {satellite/audit, private/testplanet}: remove ErrAlreadyExists, run 2 audit workers in testplanet 2020-06-30 18:00:07 +00:00
compensation all: use common/storj 2020-05-29 11:57:32 +03:00
console all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
contact storagenode: remove dependency to overlay.NodeDossier 2020-05-21 08:37:13 +03:00
dbcleanup satellite/dbcleanup: run cleanup more frequently 2020-06-10 18:32:15 +00:00
downtime storagenode: remove dependency to overlay.NodeDossier 2020-05-21 08:37:13 +03:00
gc private/testplanet: remove old libuplink from testplanet 2020-05-28 13:50:23 +00:00
gracefulexit ci: test benchmarks 2020-07-10 13:26:49 +00:00
heldamount satellite: heldamount and nodestats not returning error node not found by rpc 2020-07-14 16:31:02 +03:00
inspector all: simplify uuid usage 2020-04-02 13:45:19 +00:00
mailservice all: use monkit v3 2020-02-05 23:53:17 +00:00
marketingweb all: separate err check for http 2020-04-16 18:50:24 +03:00
metainfo ci: test benchmarks 2020-07-10 13:26:49 +00:00
metrics satellite: fix string(int) conversions 2020-06-12 06:41:34 +00:00
nodeapiversion satellite/nodeapiversion: new table for tracking node api usage 2020-07-09 15:02:25 +00:00
nodeselection satellite/nodeselection: use NodeURL 2020-05-27 05:46:11 +00:00
nodestats satellite: heldamount and nodestats not returning error node not found by rpc 2020-07-14 16:31:02 +03:00
orders satellite/orders: remove race condition in new endpoint tests 2020-07-14 15:12:33 -04:00
overlay all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
payments all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
referrals all: use DialNodeURL throughout the codebase 2020-05-20 10:36:30 +00:00
repair all: use jackc/pgx in place of lib/pq 2020-07-13 15:54:41 +00:00
revocation satellite: Check macaroon revocation 2020-06-22 13:50:07 -06:00
rewards satellite/rewards: Add Duplicati to partners database. 2020-07-14 12:49:48 -04:00
satellitedb all: replace == comparison with errors.Is 2020-07-14 15:50:25 +00:00
admin.go satellite/admin: cleanup parameter handling 2020-07-14 13:53:09 +02:00
api.go satellite/vouchers: remove deprecated endpoint 2020-07-10 12:38:46 +00:00
config-lock_test.go satellite: add Go test version of satellite-config-lock tests 2020-05-13 08:14:24 +00:00
core.go satellite/accounting: add download limit cache 2020-06-12 16:33:46 -03:00
gc.go Add logging listener for retrieving and setting log levels 2020-05-12 16:38:06 -04:00
peer.go satellite: collect hardware stats on satellites 2020-07-09 19:17:20 +00:00
repairer.go Add logging listener for retrieving and setting log levels 2020-05-12 16:38:06 -04:00