Compress the snapshot in a tarball

This commit is contained in:
Kerollmops 2022-10-25 15:51:15 +02:00 committed by Clément Renault
parent 4cafc63561
commit 942b7c338b
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
8 changed files with 65 additions and 7 deletions

View file

@ -955,6 +955,7 @@ mod tests {
use meilisearch_types::milli::update::IndexDocumentsMethod::{
ReplaceDocuments, UpdateDocuments,
};
use meilisearch_types::VERSION_FILE_NAME;
use tempfile::TempDir;
use time::Duration;
use uuid::Uuid;