mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-20 09:38:00 +08:00
Update more insta-snap tests
This commit is contained in:
parent
6126fc8d98
commit
1e464e87fc
@ -284,6 +284,7 @@ async fn test_summarized_delete_batch() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "failed",
|
"status": "failed",
|
||||||
"type": "documentDeletion",
|
"type": "documentDeletion",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"matchedDocuments": 3,
|
"matchedDocuments": 3,
|
||||||
"deletedDocuments": null
|
"deletedDocuments": null
|
||||||
@ -313,10 +314,12 @@ async fn test_summarized_delete_batch() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "documentDeletion",
|
"type": "documentDeletion",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"matchedDocuments": 1,
|
"matchedDocuments": 1,
|
||||||
"deletedDocuments": 0
|
"deletedDocuments": 0
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -340,6 +343,7 @@ async fn test_summarized_delete_document() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "failed",
|
"status": "failed",
|
||||||
"type": "documentDeletion",
|
"type": "documentDeletion",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"matchedDocuments": 1,
|
"matchedDocuments": 1,
|
||||||
"deletedDocuments": null
|
"deletedDocuments": null
|
||||||
@ -369,10 +373,12 @@ async fn test_summarized_delete_document() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "documentDeletion",
|
"type": "documentDeletion",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"matchedDocuments": 1,
|
"matchedDocuments": 1,
|
||||||
"deletedDocuments": 0
|
"deletedDocuments": 0
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -398,6 +404,7 @@ async fn test_summarized_settings_update() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "failed",
|
"status": "failed",
|
||||||
"type": "settingsUpdate",
|
"type": "settingsUpdate",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"rankingRules": [
|
"rankingRules": [
|
||||||
"custom"
|
"custom"
|
||||||
@ -427,6 +434,7 @@ async fn test_summarized_settings_update() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "settingsUpdate",
|
"type": "settingsUpdate",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"displayedAttributes": [
|
"displayedAttributes": [
|
||||||
"doggos",
|
"doggos",
|
||||||
@ -440,6 +448,7 @@ async fn test_summarized_settings_update() {
|
|||||||
"iq"
|
"iq"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -463,9 +472,11 @@ async fn test_summarized_index_creation() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "indexCreation",
|
"type": "indexCreation",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"primaryKey": null
|
"primaryKey": null
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -484,6 +495,7 @@ async fn test_summarized_index_creation() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "failed",
|
"status": "failed",
|
||||||
"type": "indexCreation",
|
"type": "indexCreation",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"primaryKey": "doggos"
|
"primaryKey": "doggos"
|
||||||
},
|
},
|
||||||
@ -596,6 +608,7 @@ async fn test_summarized_index_update() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "failed",
|
"status": "failed",
|
||||||
"type": "indexUpdate",
|
"type": "indexUpdate",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"primaryKey": null
|
"primaryKey": null
|
||||||
},
|
},
|
||||||
@ -623,6 +636,7 @@ async fn test_summarized_index_update() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "failed",
|
"status": "failed",
|
||||||
"type": "indexUpdate",
|
"type": "indexUpdate",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"primaryKey": "bones"
|
"primaryKey": "bones"
|
||||||
},
|
},
|
||||||
@ -653,9 +667,11 @@ async fn test_summarized_index_update() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "indexUpdate",
|
"type": "indexUpdate",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"primaryKey": null
|
"primaryKey": null
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -674,9 +690,11 @@ async fn test_summarized_index_update() {
|
|||||||
"indexUid": "test",
|
"indexUid": "test",
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "indexUpdate",
|
"type": "indexUpdate",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"primaryKey": "bones"
|
"primaryKey": "bones"
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -703,6 +721,7 @@ async fn test_summarized_index_swap() {
|
|||||||
"indexUid": null,
|
"indexUid": null,
|
||||||
"status": "failed",
|
"status": "failed",
|
||||||
"type": "indexSwap",
|
"type": "indexSwap",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"swaps": [
|
"swaps": [
|
||||||
{
|
{
|
||||||
@ -743,6 +762,7 @@ async fn test_summarized_index_swap() {
|
|||||||
"indexUid": null,
|
"indexUid": null,
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "indexSwap",
|
"type": "indexSwap",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"swaps": [
|
"swaps": [
|
||||||
{
|
{
|
||||||
@ -753,6 +773,7 @@ async fn test_summarized_index_swap() {
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -812,11 +833,13 @@ async fn test_summarized_task_deletion() {
|
|||||||
"indexUid": null,
|
"indexUid": null,
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "taskDeletion",
|
"type": "taskDeletion",
|
||||||
|
"canceledBy": null,
|
||||||
"details": {
|
"details": {
|
||||||
"matchedTasks": 1,
|
"matchedTasks": 1,
|
||||||
"deletedTasks": 1,
|
"deletedTasks": 1,
|
||||||
"originalFilters": "uid=0"
|
"originalFilters": "uids=0"
|
||||||
},
|
},
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
@ -839,6 +862,8 @@ async fn test_summarized_dump_creation() {
|
|||||||
"indexUid": null,
|
"indexUid": null,
|
||||||
"status": "succeeded",
|
"status": "succeeded",
|
||||||
"type": "dumpCreation",
|
"type": "dumpCreation",
|
||||||
|
"canceledBy": null,
|
||||||
|
"error": null,
|
||||||
"duration": "[duration]",
|
"duration": "[duration]",
|
||||||
"enqueuedAt": "[date]",
|
"enqueuedAt": "[date]",
|
||||||
"startedAt": "[date]",
|
"startedAt": "[date]",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user