mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
parent
ab39df9693
commit
627f13df85
8 changed files with 208 additions and 75 deletions
|
@ -70,7 +70,7 @@ async fn perform_snapshot() {
|
|||
let snapshot_server = Server::new_with_options(options).await.unwrap();
|
||||
|
||||
verify_snapshot!(server, snapshot_server, |server| =>
|
||||
server.list_indexes(),
|
||||
server.list_indexes(None, None),
|
||||
// for some reason the db sizes differ. this may be due to the compaction options we have
|
||||
// set when performing the snapshot
|
||||
//server.stats(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue