aboutsummaryrefslogtreecommitdiffstats
path: root/persistence/src/vespa/persistence/conformancetest/conformancetest.h
diff options
context:
space:
mode:
Diffstat (limited to 'persistence/src/vespa/persistence/conformancetest/conformancetest.h')
-rw-r--r--persistence/src/vespa/persistence/conformancetest/conformancetest.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/persistence/src/vespa/persistence/conformancetest/conformancetest.h b/persistence/src/vespa/persistence/conformancetest/conformancetest.h
index 7cea989bdf5..555c4254ad9 100644
--- a/persistence/src/vespa/persistence/conformancetest/conformancetest.h
+++ b/persistence/src/vespa/persistence/conformancetest/conformancetest.h
@@ -152,6 +152,13 @@ protected:
void test_empty_bucket_info(bool bucket_exists, bool active);
+ void assert_remove_by_gid(PersistenceProvider& spi,
+ const Bucket& bucket,
+ std::vector<DocTypeGidAndTimestamp> ids,
+ size_t exp_removed,
+ size_t exp_remaining,
+ const vespalib::string& label);
+
ConformanceTest();
ConformanceTest(const std::string &docType);
};