Another test fix
Another attempt to fix a test that fails rarely and randomly. This time try locking the query to just a single index.
This commit is contained in:
parent
a6f5b4bb78
commit
02b23c37d1
|
@ -174,6 +174,7 @@
|
||||||
- do:
|
- do:
|
||||||
catch: bad_request
|
catch: bad_request
|
||||||
search:
|
search:
|
||||||
|
index: test
|
||||||
size: 0
|
size: 0
|
||||||
body:
|
body:
|
||||||
aggs:
|
aggs:
|
||||||
|
@ -269,6 +270,7 @@
|
||||||
catch: bad_request
|
catch: bad_request
|
||||||
search:
|
search:
|
||||||
size: 0
|
size: 0
|
||||||
|
index: test
|
||||||
body:
|
body:
|
||||||
aggs:
|
aggs:
|
||||||
tm:
|
tm:
|
||||||
|
|
Loading…
Reference in New Issue