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

Fix flaky CreateIndex method #3698

Merged
merged 1 commit into from
Dec 8, 2022
Merged

Fix flaky CreateIndex method #3698

merged 1 commit into from
Dec 8, 2022

Conversation

MichaelSnowden
Copy link
Contributor

@MichaelSnowden MichaelSnowden commented Dec 8, 2022

What changed?
We now use unique index names for ElasticSearch test configs.

Why?
Because this method is flaky, and my last effort to just retry the creation doesn't work. This lead to failed builds like this one.

How did you test it?
CI

Potential risks
This method is in the host/ directory which is only used by tests.

Is hotfix candidate?
No.

@MichaelSnowden MichaelSnowden requested a review from a team as a code owner December 8, 2022 06:52
@MichaelSnowden MichaelSnowden force-pushed the es-flake-fix branch 2 times, most recently from a669b88 to 6c3a9bb Compare December 8, 2022 07:05
@@ -11,4 +11,4 @@ esconfig:
scheme: "http"
host: "${ES_SEEDS}:9200"
indices:
visibility: test-visibility-
visibility: test-visibility-3c863e
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: 3c863e-

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks, fixed

@MichaelSnowden MichaelSnowden merged commit 1af8a94 into master Dec 8, 2022
@MichaelSnowden MichaelSnowden deleted the es-flake-fix branch December 8, 2022 19:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants