aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/index/indexcollection_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2016-09-02 14:57:08 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2016-09-02 14:57:08 +0000
commit0020a4283b1d89b56c9b84e8a5c2f28754f64220 (patch)
treecdcb6ecb778cead510a43b9def8c3a9e1e6105f0 /searchcore/src/tests/proton/index/indexcollection_test.cpp
parent6b78066dabd2ecaba25e66832d18ad0dc1697867 (diff)
Add config option to warm up with unpacking too.
Diffstat (limited to 'searchcore/src/tests/proton/index/indexcollection_test.cpp')
-rw-r--r--searchcore/src/tests/proton/index/indexcollection_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/index/indexcollection_test.cpp b/searchcore/src/tests/proton/index/indexcollection_test.cpp
index f27b9c86260..93f336b4932 100644
--- a/searchcore/src/tests/proton/index/indexcollection_test.cpp
+++ b/searchcore/src/tests/proton/index/indexcollection_test.cpp
@@ -53,7 +53,7 @@ public:
IndexCollection::UP
Test::createWarmup(const IndexCollection::SP & prev, const IndexCollection::SP & next)
{
- return IndexCollection::UP(new WarmupIndexCollection(1.0, prev, next, *_warmup, _executor, *this));
+ return IndexCollection::UP(new WarmupIndexCollection(1.0, prev, next, *_warmup, _executor, *this, false));
}
int