-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 flapping acceptance test #2557
Fix flapping acceptance test #2557
Conversation
afae31e
to
9fbacd8
Compare
cc @roidelapluie as we talked about it in #1682 I am not sure why the checks are not reported though |
Is it only flapping in go 1.16 or did we miss it? |
I cannot reproduce it with go 1.15.11. I tested the code with both |
Can you please also update the .circleci.yml to use go 1.16 for the acceptance tests? Thanks!! |
eb63327
to
eaafff3
Compare
This is causing other tests to fail now :( |
I have relaunched the tests and they fail with another error.. |
b0b5dd5
to
b0157dc
Compare
After some trials, I see the text passing but the build is failing because go.sum is changing after the make proto step |
prometheus/prometheus@75e505b#diff-beb85cf1fc0ad937994d001f06b66b2a0e87a9416cc722aa97849b0d6ba17cb0 I copy back and forth the go.sum in prometheus. We could do the same. |
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
b0157dc
to
4aea456
Compare
Oh interesting :) |
This seems to have fixed it :D |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a tiny nit.
I'm missing the context to say if the go.sum
hack is kosher and if the increased group interval makes sense. But in doubt, I'd say let's merge this and release. We can always improve/revert/…
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
f0cd1c2
to
9c4ebab
Compare
Thanks @QuentinBisson . @roidelapluie @simonpasquier I'm merging this now, to unblock the much needed release. I won't have time to shepherd it before end of next week. Will any of you be able to? |
This PR fixes the flapping TestRetry acceptance test: