Skip to content

Commit e5b0f49

Browse files
committed
Fix multi-cluster search test with two shards
Let us just hard code the test to always use one shard, it is easier that way.
1 parent 09108a1 commit e5b0f49

File tree

1 file changed

+4
-0
lines changed
  • qa/multi-cluster-search/src/test/resources/rest-api-spec/test/remote_cluster

1 file changed

+4
-0
lines changed

qa/multi-cluster-search/src/test/resources/rest-api-spec/test/remote_cluster/10_basic.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
indices.create:
2828
index: field_caps_index_1
2929
body:
30+
settings:
31+
index.number_of_shards: 1
3032
mappings:
3133
t:
3234
properties:
@@ -51,6 +53,8 @@
5153
indices.create:
5254
index: field_caps_index_3
5355
body:
56+
settings:
57+
index.number_of_shards: 1
5458
mappings:
5559
t:
5660
properties:

0 commit comments

Comments
 (0)