summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/documentmetastore
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@yahoo-inc.com>2017-05-16 13:22:20 +0000
committerTor Egge <Tor.Egge@yahoo-inc.com>2017-05-16 13:22:20 +0000
commitf13c8edfb62cf4a7e682fdcadd566b687b5b6c24 (patch)
tree5cf8db1c73694249f7bb3508135fd400305c85d3 /searchcore/src/tests/proton/documentmetastore
parenta3a6febc5d5e6382ec44e38a761c06a3f7a1d995 (diff)
Stop faking last flush time in shrink lidspace flush target.
Diffstat (limited to 'searchcore/src/tests/proton/documentmetastore')
-rw-r--r--searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp b/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
index e8484f1bf4d..fc22a629f23 100644
--- a/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
+++ b/searchcore/src/tests/proton/documentmetastore/documentmetastore_test.cpp
@@ -1877,7 +1877,7 @@ TEST("requireThatShrinkViaFlushTargetWorks")
using Type = IFlushTarget::Type;
using Component = IFlushTarget::Component;
IFlushTarget::SP ft(std::make_shared<ShrinkLidSpaceFlushTarget>
- ("documentmetastore.shrink", Type::GC, Component::ATTRIBUTE, 0, dms));
+ ("documentmetastore.shrink", Type::GC, Component::ATTRIBUTE, 0, IFlushTarget::Time(), dms));
populate(10, *dms);
uint32_t shrinkTarget = 5;