mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
implement the dump v4 import
This commit is contained in:
parent
13e8247f77
commit
39044558f0
17 changed files with 3933 additions and 148 deletions
|
@ -304,7 +304,6 @@ pub(crate) mod test {
|
|||
for (task, mut expected) in tasks_queue.lines().zip(create_test_tasks()) {
|
||||
// TODO: This can be removed once `Duration` from the `TaskView` is implemented.
|
||||
expected.0.duration = None;
|
||||
dbg!(&task);
|
||||
assert_eq!(serde_json::from_str::<TaskView>(task).unwrap(), expected.0);
|
||||
|
||||
if let Some(expected_update) = expected.1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue