mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Fix snapshots
This commit is contained in:
@ -1263,7 +1263,7 @@ async fn test_summarized_batch_deletion() {
|
||||
"duration": "[duration]",
|
||||
"startedAt": "[date]",
|
||||
"finishedAt": "[date]",
|
||||
"batcherStoppedBecause": "task with id 1 of type `taskDeletion` cannot be batched"
|
||||
"batcherStoppedBecause": "a batch of tasks of type `taskDeletion` cannot be batched with any other type of task"
|
||||
}
|
||||
"###);
|
||||
}
|
||||
|
@ -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