storj/private
Cameron Ayer cadb435d25 {satellite/audit, private/testplanet}: remove ErrAlreadyExists, run 2 audit workers in testplanet
Since we increased the number of concurrent audit workers to two, there are going
to be instances of a single node being audited simultaneously for different segments.
If the node times out for both, we will try to write them both to the pending audits
table, and the second will return an error since the path is not the same as what
already exists. Since with concurrent workers this is expected, we will log the
occurrence rather than return an error.

Since the release default audit concurrency is 2, update testplanet default to run with
concurrent workers as well.

Change-Id: I4e657693fa3e825713a219af3835ae287bb062cb
2020-06-30 18:00:07 +00:00
..
cui private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
currency private/currency: add strictcsv support to microunit 2020-03-31 14:57:04 -06:00
date storagenode/console: added estimated payout for current month and estimated pay stub for previous month (until there's real data in satellite's table) + heldback percentage rate for previous month. 2020-05-27 14:51:23 +03:00
dbutil satellite/satellitedb/satellitedbtest: skip omitted database 2020-06-11 13:28:16 +00:00
debugging private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
lifecycle all: use monkit v3 2020-02-05 23:53:17 +00:00
migrate satellite/satellitedb: clarify test migration merging 2020-06-25 14:32:45 +00:00
post all: use monkit v3 2020-02-05 23:53:17 +00:00
prompt private/prompt: remove dependency to go-prompt 2020-02-25 13:09:41 +02:00
tagsql private/tagsql: track proper closing of rows and statements 2020-06-05 18:25:43 +00:00
testblobs storagenode/piecestore: available storage check added in Upload 2020-06-01 16:55:22 +00:00
testplanet {satellite/audit, private/testplanet}: remove ErrAlreadyExists, run 2 audit workers in testplanet 2020-06-30 18:00:07 +00:00
testrevocation storage/redis/redisserver: simplify redisserver creation 2020-02-11 19:11:57 +00:00
teststorj common: separate repository 2019-12-27 14:11:15 +02:00
testuplink private/testuplink: move tests to uplink 2020-06-01 12:29:21 +02:00
version satellite: update log levels (#3851) 2020-04-15 12:32:22 -07:00
web satellite/console: Increase default webUI rate limit to 5 2020-05-12 16:12:17 +00:00