From 56091311fbfbc90f8441905c52d1d4174e232268 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 6 Apr 2023 21:43:47 +0000 Subject: [PATCH] Change port number for disconnected remote host to accomadate for Windows platform execution (#7035) Signed-off-by: Kunal Kotwani (cherry picked from commit cbd478a09d98ee7772d92152958ec861cf571bab) Signed-off-by: github-actions[bot] --- .../resources/rest-api-spec/test/reindex/90_remote.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/reindex/src/yamlRestTest/resources/rest-api-spec/test/reindex/90_remote.yml b/modules/reindex/src/yamlRestTest/resources/rest-api-spec/test/reindex/90_remote.yml index ac8d0730ff283..2e0f66635802c 100644 --- a/modules/reindex/src/yamlRestTest/resources/rest-api-spec/test/reindex/90_remote.yml +++ b/modules/reindex/src/yamlRestTest/resources/rest-api-spec/test/reindex/90_remote.yml @@ -390,14 +390,12 @@ refresh: true - do: - # sometimes IIS is listening on port 0. In that case we fail in other ways and this test isn't useful. - # make sure to stop any local webservers if running this test locally otherwise an s_s_l handshake exception may occur catch: /connect_exception|IIS Windows Server/ reindex: body: source: remote: - host: http://127.0.0.1:0 + host: http://127.0.0.1:54321 index: source dest: index: dest