Fix more snapshots

This commit is contained in:
Louis Dureuil 2025-04-03 10:30:03 +02:00
parent 70ed6ba798
commit bd172bf68a
No known key found for this signature in database
135 changed files with 577 additions and 600 deletions

View file

@ -26,7 +26,8 @@ source: crates/meilisearch/tests/dumps/mod.rs
},
"duration": "[date]",
"startedAt": "[date]",
"finishedAt": "[date]"
"finishedAt": "[date]",
"batcherStoppedBecause": "batched all enqueued tasks"
},
{
"uid": 1,
@ -49,7 +50,8 @@ source: crates/meilisearch/tests/dumps/mod.rs
},
"duration": "PT0.144827890S",
"startedAt": "2025-02-04T10:15:21.275640274Z",
"finishedAt": "2025-02-04T10:15:21.420468164Z"
"finishedAt": "2025-02-04T10:15:21.420468164Z",
"batcherStoppedBecause": "unspecified"
},
{
"uid": 0,
@ -69,7 +71,8 @@ source: crates/meilisearch/tests/dumps/mod.rs
},
"duration": "PT0.032902186S",
"startedAt": "2025-02-04T10:14:43.559526162Z",
"finishedAt": "2025-02-04T10:14:43.592428348Z"
"finishedAt": "2025-02-04T10:14:43.592428348Z",
"batcherStoppedBecause": "unspecified"
}
],
"total": 3,