Add facet deletion tests that use both the incremental and bulk methods

+ update deletion snapshots to the new database format
This commit is contained in:
Loïc Lecrenier
2022-10-12 12:32:33 +02:00
parent e3ba1fc883
commit f198b20c42
19 changed files with 302 additions and 146 deletions

View File

@@ -54,7 +54,7 @@ impl<'t, 'u, 'i> DeleteDocuments<'t, 'u, 'i> {
}
#[cfg(test)]
fn disable_soft_deletion(&mut self, disable: bool) {
pub fn disable_soft_deletion(&mut self, disable: bool) {
self.disable_soft_deletion = disable;
}