Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change remaining it tests to port 19200 #825

Merged
merged 4 commits into from
Nov 21, 2019

Conversation

hub-cap
Copy link
Contributor

@hub-cap hub-cap commented Nov 20, 2019

The docker tests were using port 9200 because target_hosts was not
specified. Additionally the tests that were using compose were also
leaking a 9200 port on to a default bridge network that other containers
might be using, which causes a collision and failure. This commit fixes
both of these problems.

Closes #824

The docker tests were using port 9200 because target_hosts was not
specified. Additionally the tests that were using compose were also
leaking a 9200 port on to a default bridge network that other containers
might be using, which causes a collision and failure. This commit fixes
both of these problems.

Closes elastic#824
@hub-cap hub-cap added bug Something's wrong :misc Changes that don't affect users directly: linter fixes, test improvements, etc. labels Nov 20, 2019
@hub-cap hub-cap added this to the 1.4.0 milestone Nov 20, 2019
Copy link
Contributor

@dliappis dliappis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks! Also left a comment/question.

docker/docker-compose-tests.yml Outdated Show resolved Hide resolved
@hub-cap hub-cap merged commit 185eeea into elastic:master Nov 21, 2019
@hub-cap hub-cap deleted the change_it_port branch November 21, 2019 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something's wrong :misc Changes that don't affect users directly: linter fixes, test improvements, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rally docker tests use port 9200
2 participants