|
@@ -128,16 +128,12 @@
|
|
|
|
|
|
---
|
|
---
|
|
"Test with new response format":
|
|
"Test with new response format":
|
|
-
|
|
|
|
- - skip:
|
|
|
|
- version: "all"
|
|
|
|
- reason: "AwaitsFix https://github.com/elastic/elasticsearch/issues/42664"
|
|
|
|
-
|
|
|
|
- do:
|
|
- do:
|
|
index:
|
|
index:
|
|
index: test
|
|
index: test
|
|
id: 1
|
|
id: 1
|
|
body: {}
|
|
body: {}
|
|
|
|
+ refresh: true
|
|
|
|
|
|
- do:
|
|
- do:
|
|
put_script:
|
|
put_script:
|
|
@@ -150,5 +146,5 @@
|
|
search_template:
|
|
search_template:
|
|
body: { "id": "template_1", "params": {} }
|
|
body: { "id": "template_1", "params": {} }
|
|
|
|
|
|
- - match: { hits.total.value: 0 }
|
|
|
|
|
|
+ - match: { hits.total.value: 1 }
|
|
- match: { hits.total.relation: eq }
|
|
- match: { hits.total.relation: eq }
|