summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-01-12 13:18:30 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2023-01-12 13:18:30 +0000
commit9eb9e4bcf44db7c0a1830989b1ad089d26d77914 (patch)
treecfe338c7029abb00a37d2a7672bfc1f38e4b6640 /storage
parentd8d071357f0991151f66ab57d86935c7319819cf (diff)
Update test to reflect new default
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/distributor/distributor_stripe_test.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/src/tests/distributor/distributor_stripe_test.cpp b/storage/src/tests/distributor/distributor_stripe_test.cpp
index 91b43ebce16..73ff0f22614 100644
--- a/storage/src/tests/distributor/distributor_stripe_test.cpp
+++ b/storage/src/tests/distributor/distributor_stripe_test.cpp
@@ -1022,8 +1022,7 @@ TEST_F(DistributorStripeTest, enable_two_phase_gc_config_is_propagated_to_intern
{
setup_stripe(Redundancy(1), NodeCount(1), "distributor:1 storage:1");
- // Feature is currently disabled by default. TODO change once we roll it out.
- EXPECT_FALSE(getConfig().enable_two_phase_garbage_collection());
+ EXPECT_TRUE(getConfig().enable_two_phase_garbage_collection());
configure_enable_two_phase_garbage_collection(true);
EXPECT_TRUE(getConfig().enable_two_phase_garbage_collection());