-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
Flaky test TestRevisionPause
#17548
Comments
I might be able to fix this if it's ok i'll take a look at this. |
/assign @ah8ad3 Thanks |
This issue can be produced by making this etcd/client/pkg/testutil/recorder.go Line 90 in ddf5471
We can increase this timeout and hope it got fixed, or we can rewrite some parts of code (idk how much of work maybe rewriting test or even change the revision code to make it less dependable on timeout). What do you think? @ahrtr |
This might be a small chance flakiness problem, as I run the tests 10k+ times in local we can bump up timeout in this test's recorder to be 10 secs, this would further lower the chance of flakiness, as for test performance concerns, since this is rarely flaky and successful test runs will not exceed the timeout, overall test performance will not be affected created this PR to increase the timeout #17621 @ah8ad3 @ahrtr |
Hi @qincwang, could you run the tests with |
Hi team - Thank you for your progress on this issue. Speaking as a sig-etcd co-chair I want to please ask that we all be mindful of issue assignments in future. This issue was assigned to @ah8ad3. In the interest of growing our collaborative community I would have preferred the pull request resolving this issue to have come from the initial assignee who volunteered to work on this first. Normally if an issue is already assigned we would expect other contributors to ask permission before also raising any pr for the same issue. Given work has already been happening in this instance, I will also assign @qincwang in the hope you can both work together to finalise any testing or pull requests. Additionally please consider co-authoring commits in github to ensure all contributors are recognised. Thank you for your kind consideration 🙏🏻 /assign @qincwang |
Hi Team, sorry for any confusion or concerns. I am also new to the community and initialized the PR in the hope of some more concrete discussions around the code. Will make sure all work and contributors are regonized in the PR. |
Sorry for the late response. Will take a closer look at this issue sometime next week. |
Sorry i was away for few days, i run tests with |
Which Github Action / Prow Jobs are flaking?
pull-etcd-unit-test
Which tests are flaking?
TestRevisionPause
Github Action / Prow Job link
https://prow.k8s.io/view/gs/kubernetes-jenkins/pr-logs/pull/etcd-io_etcd/17546/pull-etcd-unit-test/1765815515617431552
Reason for failure (if possible)
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: