mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-24 17:09:48 +00:00
test: 'Test bulk request with default pipeline' may get run first and then the total ingest count for pipeline1 is 2.
This commit is contained in:
parent
2fa573bc58
commit
0bbb84c19a
@ -80,7 +80,7 @@ setup:
|
||||
- gte: {nodes.$master.ingest.total.failed: 0}
|
||||
- gte: {nodes.$master.ingest.total.time_in_millis: 0}
|
||||
- match: {nodes.$master.ingest.total.current: 0}
|
||||
- match: {nodes.$master.ingest.pipelines.pipeline1.count: 1}
|
||||
- gte: {nodes.$master.ingest.pipelines.pipeline1.count: 1}
|
||||
- match: {nodes.$master.ingest.pipelines.pipeline1.failed: 0}
|
||||
- gte: {nodes.$master.ingest.pipelines.pipeline1.time_in_millis: 0}
|
||||
- match: {nodes.$master.ingest.pipelines.pipeline1.current: 0}
|
||||
|
Loading…
x
Reference in New Issue
Block a user