mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
While spamming the batches route we could see a processing batch becoming missing and then finished, this commit ensures the batches goes from processing to finished directly
This commit is contained in:
parent
8d33af1dff
commit
a439fa3e1a
2 changed files with 6 additions and 5 deletions
|
@ -224,7 +224,7 @@ async fn list_batches_status_and_type_filtered() {
|
|||
}
|
||||
|
||||
#[actix_rt::test]
|
||||
async fn get_batch_filter_error() {
|
||||
async fn list_batch_filter_error() {
|
||||
let server = Server::new().await;
|
||||
|
||||
let (response, code) = server.batches_filter("lol=pied").await;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue