summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-02-13 14:18:11 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-02-13 14:18:46 +0000
commit1aa2639ca4e6a77b9251f1c40abe0bce9689daac (patch)
tree4be4d49e919b31f7f7178e941b7f37893f68e0bb /searchcore
parentc123db5020dbe5e05bbb83b12d71b77b69c49b2f (diff)
urgen ->urgent
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/tests/proton/index/indexmanager_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/indexmanager_test.cpp b/searchcore/src/tests/proton/index/indexmanager_test.cpp
index 7db7231c4e8..bb808879e80 100644
--- a/searchcore/src/tests/proton/index/indexmanager_test.cpp
+++ b/searchcore/src/tests/proton/index/indexmanager_test.cpp
@@ -314,7 +314,7 @@ TEST_F(IndexManagerTest, require_that_memory_index_is_flushed)
}
}
-TEST_F(IndexManagerTest, require_that_large_memory_footprint_triggers_urgenflush) {
+TEST_F(IndexManagerTest, require_that_large_memory_footprint_triggers_urgent_flush) {
using FlushStats = IndexMaintainer::FlushStats;
constexpr size_t G = 1024*1024*1024l;
// IndexMaintainer::FlushStats small_15G(15*G, 0, 1, 1);