summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/statecheckerstest.cpp
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@verizonmedia.com>2021-05-03 11:18:09 +0200
committerGitHub <noreply@github.com>2021-05-03 11:18:09 +0200
commit595bbf9b21eaa2d0065d4c6c01cc0f7d5f962c8b (patch)
treee5306d2d757b4a01d1a23434b19fe4cd399b1436 /storage/src/tests/distributor/statecheckerstest.cpp
parent26718c0e1608a4937d435589fbf0d8b011060fb6 (diff)
parent30a495955ab74ccd37533f50f2b67d97c148d48f (diff)
Merge pull request #17710 from vespa-engine/revert-17691-vekterli/make-more-distributor-internals-private
Revert "Make more Distributor internals only available to friended tests"
Diffstat (limited to 'storage/src/tests/distributor/statecheckerstest.cpp')
-rw-r--r--storage/src/tests/distributor/statecheckerstest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/statecheckerstest.cpp b/storage/src/tests/distributor/statecheckerstest.cpp
index 8310e4e38e0..9b49f1347cc 100644
--- a/storage/src/tests/distributor/statecheckerstest.cpp
+++ b/storage/src/tests/distributor/statecheckerstest.cpp
@@ -48,7 +48,7 @@ struct StateCheckersTest : Test, DistributorTestUtil {
};
void enableClusterState(const lib::ClusterState& systemState) {
- setSystemState(systemState);
+ _distributor->enableClusterStateBundle(lib::ClusterStateBundle(systemState));
}
void insertJoinableBuckets();