-
Notifications
You must be signed in to change notification settings - Fork 166
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
test_informer.rb fails sporadically #584
Comments
not using this library, so no thanks :D |
ahh it's the actual kubeclient ... did this repo get renamed ? |
thx for the nice writeup, good to have the actual backtraces and to know it's not a single issue but multiple places
the "expected 1 got 2 watch" error would mean that the watch crashed and restarted :/ ... maybe you get it to fail again locally 🤞 |
(Yes, repo was moved under manageiq org when Alissa |
BTW I notice |
maybe #587 fixes this ... |
Also few race conditions will be fixed in #597 that could cause the flakiness |
I'm seeing various sporadic failures on test_informer.rb, or sometimes it gets stuck until timeout kills it. Examples:
https://github.com/ManageIQ/kubeclient/actions/runs/3538717648/jobs/5939824652 (ruby 3.0.4)
https://github.com/ManageIQ/kubeclient/actions/runs/3359829904/jobs/5568290089 (ruby 2.5 got stuck killed by
timeout
— note3m 0s
run time)https://github.com/ManageIQ/kubeclient/actions/runs/3540149961/jobs/5942864716 (ruby 3.1.2 timeout)
seen locally after running in a loop (ruby 2.7.5):
@grosser would you like to investigate?
I haven't looked inside, no idea if just flaky test, or actual bug...
The text was updated successfully, but these errors were encountered: