mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix more snapshots
This commit is contained in:
parent
70ed6ba798
commit
bd172bf68a
135 changed files with 577 additions and 600 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue