summaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-01-30 16:46:10 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2024-01-30 16:46:10 +0000
commit8112734080a11618aac68b1ed57c4ec0a4fc303d (patch)
tree927159cc7bd0b7c47c0e91e9e34c46576e86704c /storageserver
parent35013da835828d424ea66b2666c8a4eb22ee9bfc (diff)
GC chunklevel from bucketdb config.
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/tests/testhelper.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/storageserver/src/tests/testhelper.cpp b/storageserver/src/tests/testhelper.cpp
index 3b41253cfdd..f52edf8ff6b 100644
--- a/storageserver/src/tests/testhelper.cpp
+++ b/storageserver/src/tests/testhelper.cpp
@@ -41,7 +41,6 @@ vdstestlib::DirConfig getStandardConfig(bool storagenode) {
config = &dc.addConfig("stor-communicationmanager");
config->set("rpcport", "0");
config->set("mbusport", "0");
- config->set("chunklevel", "0");
config = &dc.addConfig("stor-distributormanager");
config = &dc.addConfig("stor-filestor");
// Easier to see what goes wrong with only 1 thread per disk.
@@ -88,8 +87,7 @@ vdstestlib::DirConfig getStandardConfig(bool storagenode) {
return dc;
}
-void addSlobrokConfig(vdstestlib::DirConfig& dc,
- const mbus::Slobrok& slobrok)
+void addSlobrokConfig(vdstestlib::DirConfig& dc, const mbus::Slobrok& slobrok)
{
std::ostringstream ost;
ost << "tcp/localhost:" << slobrok.port();