Skip to content

Commit

Permalink
Fix multi-cluster search test with two shards
Browse files Browse the repository at this point in the history
Let us just hard code the test to always use one shard, it is easier
that way.
  • Loading branch information
jasontedor committed May 13, 2018
1 parent 09108a1 commit e5b0f49
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
indices.create:
index: field_caps_index_1
body:
settings:
index.number_of_shards: 1
mappings:
t:
properties:
Expand All @@ -51,6 +53,8 @@
indices.create:
index: field_caps_index_3
body:
settings:
index.number_of_shards: 1
mappings:
t:
properties:
Expand Down

0 comments on commit e5b0f49

Please sign in to comment.