Skip to content

Commit d03e2e7

Browse files
committed
fixed script fields test yml test after change in timing type name for next_reader
Signed-off-by: Andre van de Ven <[email protected]>
1 parent bdc5fc9 commit d03e2e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/lang-painless/src/yamlRestTest/resources/rest-api-spec/test/painless/130_script_fields_profile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@ setup:
6565

6666
- is_true: profile.shards.0.fetch.0.children.0.breakdown.process
6767
- match: { profile.shards.0.fetch.0.children.0.breakdown.process_count: 3 }
68-
- is_true: profile.shards.0.fetch.0.children.0.breakdown.next_reader
69-
- match: { profile.shards.0.fetch.0.children.0.breakdown.next_reader_count: 1 }
68+
- is_true: profile.shards.0.fetch.0.children.0.breakdown.set_next_reader
69+
- match: { profile.shards.0.fetch.0.children.0.breakdown.set_next_reader_count: 1 }

0 commit comments

Comments
 (0)