aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/storageapi/mbusprot
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2022-09-14 14:17:46 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2022-09-15 14:32:01 +0000
commit947b8c17af4ed513ce22615ddd595527985df46a (patch)
treebe1a94d1951727642b53115ebad4473f3372a438 /storage/src/tests/storageapi/mbusprot
parentbc8116410ed55cd88eb22020b26a2cf69e43f5c7 (diff)
Add internal content node feature for not implicitly indexing active buckets
Diffstat (limited to 'storage/src/tests/storageapi/mbusprot')
-rw-r--r--storage/src/tests/storageapi/mbusprot/storageprotocoltest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/src/tests/storageapi/mbusprot/storageprotocoltest.cpp b/storage/src/tests/storageapi/mbusprot/storageprotocoltest.cpp
index 5ed2e0d96b4..344c909c13e 100644
--- a/storage/src/tests/storageapi/mbusprot/storageprotocoltest.cpp
+++ b/storage/src/tests/storageapi/mbusprot/storageprotocoltest.cpp
@@ -389,6 +389,7 @@ TEST_P(StorageProtocolTest, request_bucket_info) {
EXPECT_TRUE(reply2->supported_node_features().unordered_merge_chaining);
EXPECT_TRUE(reply2->supported_node_features().two_phase_remove_location);
+ EXPECT_TRUE(reply2->supported_node_features().no_implicit_indexing_of_active_buckets);
}
}