storj/satellite/metainfo/piecedeletion
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
..
combiner_bench_test.go ci: test benchmarks 2020-07-10 13:26:49 +00:00
combiner_test.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
combiner.go satellite/metainfo/piecedeletion: add metrics for deletion requests 2020-06-26 11:12:33 -03:00
dialer_test.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
dialer.go satellite/metainfo/piecedeletion Remove spaces from metrics. 2020-12-30 14:27:39 -03:00
doc.go satellite/metainfo/piecedeletion: add Service 2020-03-18 14:50:08 +00:00
handler_test.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
handler.go metainfo/piecedeletion: use NodeURL-s 2020-05-21 08:37:13 +03:00
queue_test.go satellite/metainfo/piecedeletion: try to make batches larger 2020-04-22 18:43:29 +00:00
queue.go all: fix dots 2020-07-16 14:58:28 +00:00
service_test.go satellite/metainfo: Update metainfo RS config to more easily support multiple RS schemes. 2020-11-09 22:16:13 +00:00
service.go testplanet/satellite: reduce the number of places default values need to be configured 2021-06-01 22:14:17 +00:00