storj/private/testplanet
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
..
dir.go private: rename internal to private (#3573) 2019-11-14 21:46:15 +02:00
planet_test.go storagenode: remove dependency to overlay.NodeDossier 2020-05-21 08:37:13 +03:00
planet.go private/testplanet: remove StorageNodeCount from testplanet uplink 2020-05-21 14:51:58 +00:00
reconfigure.go satellite/metainfo: limit size of uplink-provided metadata to 2KiB 2020-06-01 16:51:29 -04:00
referralmanager.go all: remove grpc 2020-05-10 06:36:09 +00:00
rpc_test.go all: use DialNodeURL throughout the codebase 2020-05-20 10:36:30 +00:00
run_test.go common: separate repository 2019-12-27 14:11:15 +02:00
run.go satellite/satellitedb/satellitedbtest: skip omitted database 2020-06-11 13:28:16 +00:00
satellite_test.go private/testplanet: add AddUser and AddProject to satellite 2020-05-19 13:02:04 +00:00
satellite.go {satellite/audit, private/testplanet}: remove ErrAlreadyExists, run 2 audit workers in testplanet 2020-06-30 18:00:07 +00:00
storagenode-wait.go storagenode/pieces: Deleter can handle multiple tests 2020-04-29 11:26:56 -06:00
storagenode.go storagenode/piecestore: switch usedserials db for in-memory usedserials store 2020-05-28 12:52:52 -04:00
tlsopts_test.go all: use DialNodeURL throughout the codebase 2020-05-20 10:36:30 +00:00
uplink_test.go private/testplanet: remove old libuplink from testplanet 2020-05-28 13:50:23 +00:00
uplink.go private/testplanet: remove old libuplink from testplanet 2020-05-28 13:50:23 +00:00
versioning.go storj: remove storj/private/version package which was moved to 2020-03-24 14:31:33 +00:00