mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
fix the tests
This commit is contained in:
parent
b7f9c94f4a
commit
72a906ae75
7 changed files with 226 additions and 158 deletions
|
@ -503,7 +503,7 @@ impl IndexScheduler {
|
|||
let mut tasks = dump.create_tasks_queue()?;
|
||||
for ret in self.all_tasks.iter(&rtxn)? {
|
||||
let (_, task) = ret?;
|
||||
let mut dump_content_file = tasks.push_task(&task)?;
|
||||
let mut dump_content_file = tasks.push_task((&task).into())?;
|
||||
|
||||
// 2.1. Dump the `content_file` associated with the task if there is one.
|
||||
if let Some(content_file) = task.content_uuid() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue