mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
shave off 15s by providing a shared instance to the integration tests
This commit is contained in:
parent
2d9a055fb9
commit
e5345fb0eb
20 changed files with 297 additions and 297 deletions
|
@ -744,7 +744,7 @@ async fn test_summarized_index_deletion() {
|
|||
snapshot!(task,
|
||||
@r###"
|
||||
{
|
||||
"uid": 0,
|
||||
"uid": "[uid]",
|
||||
"indexUid": "test",
|
||||
"status": "failed",
|
||||
"type": "indexDeletion",
|
||||
|
@ -774,7 +774,7 @@ async fn test_summarized_index_deletion() {
|
|||
snapshot!(task,
|
||||
@r###"
|
||||
{
|
||||
"uid": 1,
|
||||
"uid": "[uid]",
|
||||
"indexUid": "test",
|
||||
"status": "succeeded",
|
||||
"type": "documentAdditionOrUpdate",
|
||||
|
@ -796,7 +796,7 @@ async fn test_summarized_index_deletion() {
|
|||
snapshot!(task,
|
||||
@r###"
|
||||
{
|
||||
"uid": 2,
|
||||
"uid": "[uid]",
|
||||
"indexUid": "test",
|
||||
"status": "succeeded",
|
||||
"type": "indexDeletion",
|
||||
|
@ -818,7 +818,7 @@ async fn test_summarized_index_deletion() {
|
|||
snapshot!(task,
|
||||
@r###"
|
||||
{
|
||||
"uid": 3,
|
||||
"uid": "[uid]",
|
||||
"indexUid": "test",
|
||||
"status": "failed",
|
||||
"type": "indexDeletion",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue