Skip to content

Commit

Permalink
Test: Switch painless test to 1 shard
Browse files Browse the repository at this point in the history
We *think* that elastic#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.
  • Loading branch information
nik9000 committed Apr 27, 2018
1 parent f4ed902 commit 8401eac
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ setup:
indices.create:
index: test
body:
settings:
number_of_shards: 1
mappings:
test:
properties:
Expand Down

0 comments on commit 8401eac

Please sign in to comment.