Skip to content

Commit

Permalink
Change port number for disconnected remote host to accomadate for Win…
Browse files Browse the repository at this point in the history
…dows platform execution

Signed-off-by: Kunal Kotwani <[email protected]>
  • Loading branch information
kotwanikunal committed Apr 6, 2023
1 parent 8b34e5f commit 33f957e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33f957e

Please sign in to comment.