From e5b0f49d2c3f910a274b12d99e73ee1fe8c3d865 Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Sat, 12 May 2018 21:08:09 -0400 Subject: [PATCH] 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. --- .../resources/rest-api-spec/test/remote_cluster/10_basic.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/multi-cluster-search/src/test/resources/rest-api-spec/test/remote_cluster/10_basic.yml b/qa/multi-cluster-search/src/test/resources/rest-api-spec/test/remote_cluster/10_basic.yml index d37bb5a182586..c2840c1ce98e8 100644 --- a/qa/multi-cluster-search/src/test/resources/rest-api-spec/test/remote_cluster/10_basic.yml +++ b/qa/multi-cluster-search/src/test/resources/rest-api-spec/test/remote_cluster/10_basic.yml @@ -27,6 +27,8 @@ indices.create: index: field_caps_index_1 body: + settings: + index.number_of_shards: 1 mappings: t: properties: @@ -51,6 +53,8 @@ indices.create: index: field_caps_index_3 body: + settings: + index.number_of_shards: 1 mappings: t: properties: