Skip to content

Commit 0bbb84c

Browse files
committed
test: 'Test bulk request with default pipeline' may get run first and then the total ingest count for pipeline1 is 2.
1 parent 2fa573b commit 0bbb84c

File tree

1 file changed

+1
-1
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/ingest

1 file changed

+1
-1
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/ingest/70_bulk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ setup:
8080
- gte: {nodes.$master.ingest.total.failed: 0}
8181
- gte: {nodes.$master.ingest.total.time_in_millis: 0}
8282
- match: {nodes.$master.ingest.total.current: 0}
83-
- match: {nodes.$master.ingest.pipelines.pipeline1.count: 1}
83+
- gte: {nodes.$master.ingest.pipelines.pipeline1.count: 1}
8484
- match: {nodes.$master.ingest.pipelines.pipeline1.failed: 0}
8585
- gte: {nodes.$master.ingest.pipelines.pipeline1.time_in_millis: 0}
8686
- match: {nodes.$master.ingest.pipelines.pipeline1.current: 0}

0 commit comments

Comments
 (0)