storj/satellite/audit
JT Olio da9ca0c650 testplanet/satellite: reduce the number of places default values need to be configured
Satellites set their configuration values to default values using
cfgstruct, however, it turns out our tests don't test these values
at all! Instead, they have a completely separate definition system
that is easy to forget about.

As is to be expected, these values have drifted, and it appears
in a few cases test planet is testing unreasonable values that we
won't see in production, or perhaps worse, features enabled in
production were missed and weren't enabled in testplanet.

This change makes it so all values are configured the same,
systematic way, so it's easy to see when test values are different
than dev values or release values, and it's less hard to forget
to enable features in testplanet.

In terms of reviewing, this change should be actually fairly
easy to review, considering private/testplanet/satellite.go keeps
the current config system and the new one and confirms that they
result in identical configurations, so you can be certain that
nothing was missed and the config is all correct.
You can also check the config lock to see what actual config
values changed.

Change-Id: I6715d0794887f577e21742afcf56fd2b9d12170e
2021-06-01 22:14:17 +00:00
..
chore.go satellite/metabase/metaloop: move loop under metabase 2021-04-22 12:58:09 +03:00
collector_test.go satellite/audits: migrate to metabase 2020-12-17 14:38:48 +02:00
collector.go satellite/metabase/metaloop: move loop under metabase 2021-04-22 12:58:09 +03:00
containment_test.go satellite/{audit,satellitedb}: release nodes from containment in Reverify rather than (Batch)UpdateStats 2021-06-01 21:02:44 +00:00
containment.go all: fix error naming 2021-04-29 15:38:21 +03:00
cryptosource.go all: fix dots 2020-07-16 14:58:28 +00:00
disqualification_test.go satellite/metainfo: use range for specifying download limit 2021-06-01 09:36:55 +00:00
getshare_test.go satellite/metabase: move package one level higher 2021-04-21 15:54:22 +03:00
integration_test.go satellite/audits: migrate to metabase 2020-12-17 14:38:48 +02:00
queue_test.go satellite/metabase: move package one level higher 2021-04-21 15:54:22 +03:00
queue.go satellite/audits: migrate to metabase 2020-12-17 14:38:48 +02:00
reporter_test.go satellite/audits: migrate to metabase 2020-12-17 14:38:48 +02:00
reporter.go Merge remote-tracking branch 'origin/multipart-upload' 2021-03-23 09:44:49 +01:00
reservoir.go satellite/metabase/metaloop: move loop under metabase 2021-04-22 12:58:09 +03:00
reverify_test.go satellite/{audit,satellitedb}: release nodes from containment in Reverify rather than (Batch)UpdateStats 2021-06-01 21:02:44 +00:00
verifier_test.go satellite/metabase: move package one level higher 2021-04-21 15:54:22 +03:00
verifier_unit_test.go satellite/metabase: move package one level higher 2021-04-21 15:54:22 +03:00
verifier.go satellite/{audit,satellitedb}: release nodes from containment in Reverify rather than (Batch)UpdateStats 2021-06-01 21:02:44 +00:00
worker.go testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00