aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/top_level_distributor_test.cpp
diff options
context:
space:
mode:
authorTor Brede Vekterli <vekterli@yahooinc.com>2021-09-16 13:27:01 +0000
committerTor Brede Vekterli <vekterli@yahooinc.com>2021-09-16 13:40:05 +0000
commit4e419ba6ab10d40b033ce1b9164e084f2ad5eea2 (patch)
tree19d0094ab82807dfb9315494ef3ae3acbde30e87 /storage/src/tests/distributor/top_level_distributor_test.cpp
parent1a33f34254ea7664b32b0a4fbd217511f95e691b (diff)
Address low-hanging TODO fruit and remove stuff that's either done or won't be done
Diffstat (limited to 'storage/src/tests/distributor/top_level_distributor_test.cpp')
-rw-r--r--storage/src/tests/distributor/top_level_distributor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/src/tests/distributor/top_level_distributor_test.cpp b/storage/src/tests/distributor/top_level_distributor_test.cpp
index eb2f8217872..e1bd82ffb3e 100644
--- a/storage/src/tests/distributor/top_level_distributor_test.cpp
+++ b/storage/src/tests/distributor/top_level_distributor_test.cpp
@@ -171,7 +171,7 @@ TEST_F(TopLevelDistributorTest, distributor_considered_initialized_once_self_obs
EXPECT_TRUE(_distributor->done_initializing());
}
-// TODO STRIPE consider moving to generic test, not specific to top-level distributor or stripe
+// TODO consider moving to generic test, not specific to top-level distributor or stripe
TEST_F(TopLevelDistributorTest, contains_time_statement) {
setup_distributor(Redundancy(1), NodeCount(1), "storage:1 distributor:1");