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

Skip password test in metricbeat redis module #11243

Merged
merged 1 commit into from
Mar 14, 2019

Conversation

jsoriano
Copy link
Member

@jsoriano jsoriano commented Mar 14, 2019

At the moment, docker containers are shared between tests. Password test
changes the password as part of its checks, what can affect the
connection of other tests using the same instance, skip this test by
now to avoid flakiness in the rest of tests.

#7957 will run each package on a different docker compose scenario, what
will help to control this kind of interactions.

At the moment, docker containers are shared between tests. Password test
changes the password as part of its checks, what can affect the
connection of other tests using the same instance, skip this test by
now to avoid flakiness in the rest of tests.
@jsoriano jsoriano added module review Metricbeat Metricbeat flaky-test Unstable or unreliable test cases. Team:Integrations Label for the Integrations team labels Mar 14, 2019
@jsoriano jsoriano self-assigned this Mar 14, 2019
@jsoriano jsoriano requested a review from a team as a code owner March 14, 2019 09:30
@jsoriano jsoriano merged commit b1f36ce into elastic:master Mar 14, 2019
@jsoriano jsoriano deleted the redis-skip-password branch March 14, 2019 11:18
jsoriano added a commit to jsoriano/beats that referenced this pull request Mar 21, 2019
At the moment, docker containers are shared between tests. Password test
changes the password as part of its checks, what can affect the
connection of other tests using the same instance, skip this test by
now to avoid flakiness in the rest of tests.

(cherry picked from commit b1f36ce)
jsoriano added a commit that referenced this pull request Mar 21, 2019
At the moment, docker containers are shared between tests. Password test
changes the password as part of its checks, what can affect the
connection of other tests using the same instance, skip this test by
now to avoid flakiness in the rest of tests.

(cherry picked from commit b1f36ce)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Unstable or unreliable test cases. Metricbeat Metricbeat module review Team:Integrations Label for the Integrations team v7.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants