summaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@oath.com>2018-03-14 13:26:20 +0000
committerTor Egge <Tor.Egge@oath.com>2018-03-14 13:26:20 +0000
commit6f0e8cf742abc4d87a952b541f8b29f290e9ce48 (patch)
treec2d19a5dfdb522cec6b1c29c946f331f74e6e154 /searchcore/src/apps
parentd1d6c0e415ec7afe441e0bee1d3da656e3e7740f (diff)
Match engine should be up if cluster state for any bucketspace says
that node is up.
Diffstat (limited to 'searchcore/src/apps')
-rw-r--r--searchcore/src/apps/tests/persistenceconformance_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/apps/tests/persistenceconformance_test.cpp b/searchcore/src/apps/tests/persistenceconformance_test.cpp
index 5b50ec49844..3840cfb7869 100644
--- a/searchcore/src/apps/tests/persistenceconformance_test.cpp
+++ b/searchcore/src/apps/tests/persistenceconformance_test.cpp
@@ -286,7 +286,7 @@ protected:
class MyPersistenceEngineOwner : public IPersistenceEngineOwner
{
virtual void
- setClusterState(const storage::spi::ClusterState &calc) override
+ setClusterState(BucketSpace, const storage::spi::ClusterState &calc) override
{
(void) calc;
}