-
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
Integration Test Failures #4641
Comments
Link to this occurring in a recent build: https://github.com/fabric8io/kubernetes-client/actions/runs/3620194935/jobs/6102423363#step:6:472 |
OK, so you mean that the problem happens with the JUnit extension that prepares the environment (create namespace, and so on). Now I see this more clearly. Let me try to refine that extension. |
Yes, there's a class of these failures that appear to happen during test setup. The underlying exception appears to be due to the okhttpclient being closed - https://github.com/fabric8io/kubernetes-client/actions/runs/3621420568/jobs/6105155485#step:6:302 - but that appears to be because the test is using the client from the previous test. I'm trying to confirm / address with 7fc7a24 |
Retargeted the pr to address a regression in the watch logic that can cause missed events. |
After augmenting some test runs there's are oddities to how the test framework is using connections when there's a failure. Here's what appears to be a normal test run sequence:
Then there's a failure with the next test during the setup:
I'm not sure what exactly is going on here - are we not scoping the storage of the client enough?
The text was updated successfully, but these errors were encountered: