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

Remove race condition by disabling esIndexCleaner till after SmokeTes… #437

Merged
merged 2 commits into from
May 28, 2019
Merged

Remove race condition by disabling esIndexCleaner till after SmokeTes… #437

merged 2 commits into from
May 28, 2019

Conversation

kevinearls
Copy link
Contributor

…t runs

Signed-off-by: Kevin Earls kearls@redhat.com

…t runs

Signed-off-by: Kevin Earls <kearls@redhat.com>
@codecov
Copy link

codecov bot commented May 24, 2019

Codecov Report

Merging #437 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #437   +/-   ##
=======================================
  Coverage   91.11%   91.11%           
=======================================
  Files          64       64           
  Lines        3130     3130           
=======================================
  Hits         2852     2852           
  Misses        196      196           
  Partials       82       82

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3469391...eb708d0. Read the comment docs.

@kevinearls
Copy link
Contributor Author

@objectiser Please review. Note that no variable names contain swears. :-)

@@ -26,6 +27,9 @@ type ElasticSearchTestSuite struct {
suite.Suite
}

var trueVar = true
var falseVar = false
Copy link
Contributor

Choose a reason for hiding this comment

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

You only need to use a single variable - initialised to false when doing the initial deployment and then updated to true when doing the update.

Signed-off-by: Kevin Earls <kearls@redhat.com>
@objectiser objectiser merged commit 18d5077 into jaegertracing:master May 28, 2019
@kevinearls kevinearls deleted the fix-race-condition branch May 28, 2019 09:41
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.

2 participants