We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa573b commit 0bbb84cCopy full SHA for 0bbb84c
rest-api-spec/src/main/resources/rest-api-spec/test/ingest/70_bulk.yaml
@@ -80,7 +80,7 @@ setup:
80
- gte: {nodes.$master.ingest.total.failed: 0}
81
- gte: {nodes.$master.ingest.total.time_in_millis: 0}
82
- match: {nodes.$master.ingest.total.current: 0}
83
- - match: {nodes.$master.ingest.pipelines.pipeline1.count: 1}
+ - gte: {nodes.$master.ingest.pipelines.pipeline1.count: 1}
84
- match: {nodes.$master.ingest.pipelines.pipeline1.failed: 0}
85
- gte: {nodes.$master.ingest.pipelines.pipeline1.time_in_millis: 0}
86
- match: {nodes.$master.ingest.pipelines.pipeline1.current: 0}
0 commit comments