aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index
diff options
context:
space:
mode:
authorHÃ¥kon Hallingstad <hakon.hallingstad@gmail.com>2023-05-05 15:38:16 +0200
committerGitHub <noreply@github.com>2023-05-05 15:38:16 +0200
commit2c23f0cecbb74583c6efc53bbaec0e2f9cb53754 (patch)
treece30a30d2ce00f6645c4e97f8cf1de8f43f171bc /searchcore/src/tests/proton/index
parentf1e2793ff19e51aada9ea50222f6ba2c7aadaa13 (diff)
Revert "Balder/refactor flushengine runloop"
Diffstat (limited to 'searchcore/src/tests/proton/index')
-rw-r--r--searchcore/src/tests/proton/index/indexmanager_test.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/tests/proton/index/indexmanager_test.cpp b/searchcore/src/tests/proton/index/indexmanager_test.cpp
index 2f6ebcd967f..880bf8aa3e0 100644
--- a/searchcore/src/tests/proton/index/indexmanager_test.cpp
+++ b/searchcore/src/tests/proton/index/indexmanager_test.cpp
@@ -344,10 +344,6 @@ TEST_F(IndexManagerTest, require_that_large_memory_footprint_triggers_urgent_flu
EXPECT_TRUE(IndexFlushTarget(_index_manager->getMaintainer(), FlushStats(17_Gi)).needUrgentFlush());
}
-TEST_F(IndexManagerTest, require_that_flush_priority_is_high) {
- EXPECT_EQ(IFlushTarget::Priority::HIGH, IndexFlushTarget(_index_manager->getMaintainer()).getPriority());
-}
-
TEST_F(IndexManagerTest, require_that_multiple_flushes_gives_multiple_indexes)
{
size_t flush_count = 10;