aboutsummaryrefslogtreecommitdiffstats
path: root/storageserver
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@oath.com>2018-05-30 13:58:13 +0200
committerGitHub <noreply@github.com>2018-05-30 13:58:13 +0200
commit8860284d5a84bb62096009ce134702ae5b3200c0 (patch)
treefcb73f384f71d55488715298ba22608585a3bd60 /storageserver
parent89c889a357afee2bbd6bbfae097875e6f4da658d (diff)
Revert "Implicitly enable multiple bucket spaces"
Diffstat (limited to 'storageserver')
-rw-r--r--storageserver/src/tests/testhelper.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/storageserver/src/tests/testhelper.cpp b/storageserver/src/tests/testhelper.cpp
index 5e6a71b078f..b245a6500bd 100644
--- a/storageserver/src/tests/testhelper.cpp
+++ b/storageserver/src/tests/testhelper.cpp
@@ -96,11 +96,7 @@ vdstestlib::DirConfig getStandardConfig(bool storagenode) {
// By default, need "old" behaviour of maxconcurrent
config->set("maxconcurrentvisitors_fixed", "4");
config->set("maxconcurrentvisitors_variable", "0");
- dc.addConfig("stor-visitordispatcher");
- config = &dc.addConfig("bucketspaces");
- config->set("documenttype[1]");
- config->set("documenttype[0].name", "testdoctype1");
- config->set("documenttype[0].bucketspace", "default");
+ config = &dc.addConfig("stor-visitordispatcher");
addFileConfig(dc, "documenttypes", "config-doctypes.cfg");
addStorageDistributionConfig(dc);
return dc;