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…
Reference in New Issue