mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-10 14:46:36 +00:00
Fix snapshots
This commit is contained in:
@ -24,7 +24,7 @@ source: crates/meilisearch/tests/upgrade/v1_12/v1_12_0.rs
|
||||
"duration": "[duration]",
|
||||
"startedAt": "[date]",
|
||||
"finishedAt": "[date]",
|
||||
"batcherStoppedBecause": "task with id 25 of type `upgradeDatabase` cannot be batched"
|
||||
"batcherStoppedBecause": "a batch of tasks of type `upgradeDatabase` cannot be batched with any other type of task"
|
||||
},
|
||||
{
|
||||
"uid": 23,
|
||||
|
@ -24,7 +24,7 @@ source: crates/meilisearch/tests/upgrade/v1_12/v1_12_0.rs
|
||||
"duration": "[duration]",
|
||||
"startedAt": "[date]",
|
||||
"finishedAt": "[date]",
|
||||
"batcherStoppedBecause": "task with id 25 of type `upgradeDatabase` cannot be batched"
|
||||
"batcherStoppedBecause": "a batch of tasks of type `upgradeDatabase` cannot be batched with any other type of task"
|
||||
},
|
||||
{
|
||||
"uid": 23,
|
||||
|
@ -24,7 +24,7 @@ source: crates/meilisearch/tests/upgrade/v1_12/v1_12_0.rs
|
||||
"duration": "[duration]",
|
||||
"startedAt": "[date]",
|
||||
"finishedAt": "[date]",
|
||||
"batcherStoppedBecause": "task with id 25 of type `upgradeDatabase` cannot be batched"
|
||||
"batcherStoppedBecause": "a batch of tasks of type `upgradeDatabase` cannot be batched with any other type of task"
|
||||
},
|
||||
{
|
||||
"uid": 23,
|
||||
|
@ -24,7 +24,7 @@ source: crates/meilisearch/tests/upgrade/v1_12/v1_12_0.rs
|
||||
"duration": "[duration]",
|
||||
"startedAt": "[date]",
|
||||
"finishedAt": "[date]",
|
||||
"batcherStoppedBecause": "task with id 25 of type `upgradeDatabase` cannot be batched"
|
||||
"batcherStoppedBecause": "a batch of tasks of type `upgradeDatabase` cannot be batched with any other type of task"
|
||||
},
|
||||
{
|
||||
"uid": 23,
|
||||
|
Reference in New Issue
Block a user