Skip to content

Commit 8401eac

Browse files
committed
Test: Switch painless test to 1 shard
We *think* that #28600 is caused by warnings not being collected during one of the fan out phases of search but we're not 100% sure how this is happening. This commit drops the number of shards used for the test to 1 so there *isn't* a fan out phase. If this makes the issue go away we'll have more information.
1 parent f4ed902 commit 8401eac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/lang-painless/src/test/resources/rest-api-spec/test/painless/50_script_doc_values.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ setup:
33
indices.create:
44
index: test
55
body:
6+
settings:
7+
number_of_shards: 1
68
mappings:
79
test:
810
properties:

0 commit comments

Comments
 (0)