-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 intermittent failures of WatchTest #3300
Comments
kubernetes-client/kubernetes-tests/src/test/java/io/fabric8/kubernetes/client/mock/WatchTest.java Line 192 in d1740ff
|
I'm not able to force a local failure:
|
Maybe we can run this test only on linux/unix platforms? @Test
@EnabledOnOs({OS.LINUX, OS.MAC})
void testHttpErrorReconnect() throws InterruptedException { |
I don't like this, but we'll probably need to do it. |
This issue has been automatically marked as stale because it has not had any activity since 90 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions! |
We are using 5.12.4 and facing the issue "onClose is not getting invoked". I suspect that this issue is related to it. But I am not able to relate it. Could someone explain me that why onClose will not be invoked due to this ticket? Also, help me to understand that how to solve this issue without upgrading the library? |
This issue is related to an internal unit test failure. |
I've noticed WatchTest failing intermittently on CI sometimes, for example here. We should fix these intermittent failures whenever we get some time:
The text was updated successfully, but these errors were encountered: