storj/satellite/audit
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
..
chore.go satellite: add control panel 2020-01-30 08:06:43 -05:00
containment_test.go {satellite/audit, private/testplanet}: remove ErrAlreadyExists, run 2 audit workers in testplanet 2020-06-30 18:00:07 +00:00
containment.go {satellite/audit, private/testplanet}: remove ErrAlreadyExists, run 2 audit workers in testplanet 2020-06-30 18:00:07 +00:00
cryptosource.go satellite/audit: worker now verifies and reverifies (#2965) 2019-09-11 18:37:01 -04:00
disqualification_test.go private/testplanet: remove old libuplink from testplanet 2020-05-28 13:50:23 +00:00
integration_test.go common: separate repository 2019-12-27 14:11:15 +02:00
pathcollector_test.go satellite: fix string(int) conversions 2020-06-12 06:41:34 +00:00
pathcollector.go common: separate repository 2019-12-27 14:11:15 +02:00
queue_test.go common: separate repository 2019-12-27 14:11:15 +02:00
queue.go common: separate repository 2019-12-27 14:11:15 +02:00
reporter_test.go satellite: replace references to Suspended with UnknownAuditSuspended 2020-06-23 14:19:22 +00:00
reporter.go satellite/audit: clean up logging (#3832) 2020-03-30 12:09:50 -06:00
reservoir.go common: separate repository 2019-12-27 14:11:15 +02:00
reverify_test.go satellite/audit: increase MinDownloadTimeout in TestReverifySlowDownload 2020-06-10 17:43:50 +00:00
verifier_test.go private/testplanet: add StopNodeAndUpdate 2020-05-08 13:02:19 +00:00
verifier_unit_test.go satellite/audit: depend less on details of some error message 2020-06-05 10:39:05 -06:00
verifier.go all: use DialNodeURL throughout the codebase 2020-05-20 10:36:30 +00:00
worker.go satellite/audit: increases audit worker concurrency to 2 2020-05-05 11:31:55 +00:00