summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/bucket_db_prune_elision_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'storage/src/tests/distributor/bucket_db_prune_elision_test.cpp')
-rw-r--r--storage/src/tests/distributor/bucket_db_prune_elision_test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/storage/src/tests/distributor/bucket_db_prune_elision_test.cpp b/storage/src/tests/distributor/bucket_db_prune_elision_test.cpp
index 4821d05a90c..c4f7aa3fd8d 100644
--- a/storage/src/tests/distributor/bucket_db_prune_elision_test.cpp
+++ b/storage/src/tests/distributor/bucket_db_prune_elision_test.cpp
@@ -83,6 +83,9 @@ TEST(IdempotentStateTransitionTest, changed_storage_node_state_disallows_elision
EXPECT_FALSE(db_pruning_may_be_elided(state_of("distributor:3 storage:3 .0.s:d"),
state_of("distributor:3 storage:3 .1.s:d")));
+
+ EXPECT_FALSE(db_pruning_may_be_elided(state_of("distributor:3 storage:3 .0.s:r"),
+ state_of("distributor:3 storage:3 .0.s:d")));
}
TEST(IdempotentStateTransitionTest, may_elide_for_transition_between_different_effective_storage_down_states) {