mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
apply first round of review comments
This commit is contained in:
parent
400cf3eb92
commit
49fa41ce65
3 changed files with 5 additions and 9 deletions
|
@ -1993,7 +1993,7 @@ async fn generate_and_import_dump_containing_vectors() {
|
|||
let response = index.wait_task(response.uid()).await;
|
||||
snapshot!(response["status"], @r###""succeeded""###);
|
||||
|
||||
// ========= We made a dump, now we should clear the DB except and try to import our dump
|
||||
// ========= We made a dump, now we should clear the DB and try to import our dump
|
||||
drop(server);
|
||||
tokio::fs::remove_dir_all(&opt.db_path).await.unwrap();
|
||||
let dump_name = format!("{}.dump", response["details"]["dumpUid"].as_str().unwrap());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue