mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
autobatch the task deletions
This commit is contained in:
parent
5204c0b60b
commit
b4d7d80ad9
3 changed files with 46 additions and 36 deletions
|
@ -2158,10 +2158,7 @@ mod tests {
|
|||
.unwrap();
|
||||
index_scheduler.assert_internally_consistent();
|
||||
}
|
||||
for _ in 0..2 {
|
||||
handle.advance_one_successful_batch();
|
||||
index_scheduler.assert_internally_consistent();
|
||||
}
|
||||
handle.advance_one_successful_batch();
|
||||
|
||||
snapshot!(snapshot_index_scheduler(&index_scheduler), name: "task_deletion_processed");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue