summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-08-19 08:40:43 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2019-08-19 08:40:43 +0000
commit948b6509c3616d7267d4d2b9f445764bb806f2fb (patch)
treeb35778446b6885444b5760f67e441f0d0d22d9af /storage
parent5b8f6c6dc43fd0fa018c1b59b8a48a6e7a4dd847 (diff)
Update test with enough significant bits.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/distributor/getoperationtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/getoperationtest.cpp b/storage/src/tests/distributor/getoperationtest.cpp
index ab11e3ab8fa..7c308e152db 100644
--- a/storage/src/tests/distributor/getoperationtest.cpp
+++ b/storage/src/tests/distributor/getoperationtest.cpp
@@ -218,7 +218,7 @@ TEST_F(GetOperationTest, inconsistent_split) {
setClusterState("distributor:1 storage:4");
addNodesToBucketDB(document::BucketId(16, 0x0593), "0=100");
- addNodesToBucketDB(document::BucketId(17, 0x0593), "1=200");
+ addNodesToBucketDB(document::BucketId(17, 0x10593), "1=200");
sendGet();