mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
More tests fixes
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
This commit is contained in:
@ -530,12 +530,7 @@ impl Queue {
|
||||
..task
|
||||
}
|
||||
} else {
|
||||
dbg!(&task);
|
||||
if task.status == Status::Succeeded || task.status == Status::Failed {
|
||||
Task { batch_uid: Some(batch.uid), ..task }
|
||||
} else {
|
||||
task
|
||||
}
|
||||
task
|
||||
}
|
||||
})
|
||||
.collect(),
|
||||
|
Reference in New Issue
Block a user