mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-30 17:14:59 +08:00
5672118bfa
While updating the test suite I also noticed an issue with the indexed_documents value of failed task and had to update it.
I also named a bunch of snapshots that had no name sorry 😬
46 lines
476 B
Plaintext
46 lines
476 B
Plaintext
---
|
|
source: index-scheduler/src/lib.rs
|
|
---
|
|
[
|
|
{
|
|
"id": 0,
|
|
"doggo": "bob 0"
|
|
},
|
|
{
|
|
"id": 1,
|
|
"doggo": "bob 1"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"doggo": "bob 2"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"doggo": "bob 3"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"doggo": "bob 4"
|
|
},
|
|
{
|
|
"id": 5,
|
|
"doggo": "bob 5"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"doggo": "bob 6"
|
|
},
|
|
{
|
|
"id": 7,
|
|
"doggo": "bob 7"
|
|
},
|
|
{
|
|
"id": 8,
|
|
"doggo": "bob 8"
|
|
},
|
|
{
|
|
"id": 9,
|
|
"doggo": "bob 9"
|
|
}
|
|
]
|