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 |
beorn7
left a comment
There was a problem hiding this comment.
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: