-
Notifications
You must be signed in to change notification settings - Fork 10
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 tests failing with bad file descriptor message #203
Comments
That error - Bad file descriptior - is an effect of tear down of test environment. Test environment is being removed when tests are finished. In this case integration tests are failing, most likely due resources.
Integration test fail in Seldon from time to time. There was a fix for this, but it looks like Seldon still having this problem with integration tests. |
@kimwnasptd In Problem is that integration test pass locally and we need to do debugging in GH runner. The plan was to move to self-hosted runners, but we hit issues with that setup. It is documented in our Jira. We need to dedicate more time to investigate how we can remedy the problem. Immediate steps that we can try (no guarantee of success):
|
@kimwnasptd @phoevos I re-ran actions and tests passed: Seldon tests at their current state have 90% probablity passing on weekends when, I guess, GH runners are not used as much. |
Testing seldon servers in GH runners isn't be a problem anymore since we split testing each server to a different GH runner in #229. Given also that
I 'll go ahead and close this. We can have a new issue for more specific issues with testing in GH runners. |
Encountered during a PR that just updated a random text file in the repo #183
The tests were failing for Seldon with the following message:
https://github.com/canonical/seldon-core-operator/actions/runs/5963901210/job/16178014925?pr=183
Full logs
The text was updated successfully, but these errors were encountered: