meilisearch/meilisearch-http/tests
bors[bot] 637ca7b9fa
Merge #3067
3067: Fix task details serialization r=Kerollmops a=ManyTheFish

# Pull Request

- document addition task details always contain the field `indexedDocuments`
  - value is set to `null` when the task is enqueued or processing
  - value is set to `0` when the task is canceled or failed
- the field `deletedDocuments` of the document deletion task details is set to `0` when the task is canceled or failed
- the field `deletedDocuments` of the document clearAll task details is set to `0` when the task is canceled or failed
- the field `deletedTasks` of the task deletion task details is set to `0` when the task is canceled or failed
- the field `canceledTasks` of the task cancelation task details is set to `0` when the task is canceled or failed

## Related issue
Fixes #3057
Fixes #3058


Co-authored-by: ManyTheFish <many@meilisearch.com>
2022-11-16 16:15:03 +00:00
..
assets Fix content of dump/assets for testing 2022-06-22 14:51:52 +02:00
auth Fix Index name parsing error message to fit the specification 2022-11-08 16:35:58 +01:00
common fix the error messages and add tests 2022-11-14 23:27:02 +01:00
dashboard Skip dashboard test if mini-dashboard feature is disabled 2022-09-29 01:42:52 +02:00
documents Fix Index name parsing error message to fit the specification 2022-11-08 16:35:58 +01:00
dumps Update tests following task API changes 2022-11-08 13:18:18 +01:00
index Fix Index name parsing error message to fit the specification 2022-11-08 16:35:58 +01:00
search Fix the new error messages 2022-11-10 12:04:25 +01:00
settings Fix Index name parsing error message to fit the specification 2022-11-08 16:35:58 +01:00
snapshot ignore the snapshot test 2022-10-27 11:35:08 +02:00
stats Introduce a rustfmt file 2022-10-27 11:35:05 +02:00
tasks Merge #3067 2022-11-16 16:15:03 +00:00
content_type.rs Introduce a rustfmt file 2022-10-27 11:35:05 +02:00
integration.rs Fix final compilation 2022-10-27 11:34:17 +02:00