mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
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:
|
||||
catch: bad_request
|
||||
search:
|
||||
index: test
|
||||
size: 0
|
||||
body:
|
||||
aggs:
|
||||
@ -269,6 +270,7 @@
|
||||
catch: bad_request
|
||||
search:
|
||||
size: 0
|
||||
index: test
|
||||
body:
|
||||
aggs:
|
||||
tm:
|
||||
|
Loading…
x
Reference in New Issue
Block a user