summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2020-11-03 16:46:51 +0100
committerTor Egge <Tor.Egge@broadpark.no>2020-11-03 16:46:51 +0100
commit424e4918f63bb2396598e806663dba4995274f0b (patch)
tree91e1812ac8df6fa938c230f89f489dbf7862da21 /storage
parentf57bbc879f79520a576b285d227c4a5a107a8620 (diff)
Remove test that mentions an explicit disk state.
Diffstat (limited to 'storage')
-rw-r--r--storage/src/tests/distributor/bucketdbupdatertest.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/src/tests/distributor/bucketdbupdatertest.cpp b/storage/src/tests/distributor/bucketdbupdatertest.cpp
index bfee5815649..fa540669b4b 100644
--- a/storage/src/tests/distributor/bucketdbupdatertest.cpp
+++ b/storage/src/tests/distributor/bucketdbupdatertest.cpp
@@ -1474,10 +1474,6 @@ TEST_F(BucketDBUpdaterTest, pending_cluster_state_send_messages) {
getSentNodes("distributor:10 storage:2",
"distributor:10 .1.s:d storage:2"));
- EXPECT_EQ(getNodeList({1}),
- getSentNodes("distributor:2 storage:2 .1.s:d",
- "distributor:2 storage:2 .1.d:3 .1.d.1.s:d"));
-
EXPECT_EQ(std::string(""),
getSentNodes("distributor:2 storage:2",
"distributor:3 .2.s:i storage:2"));