-
Notifications
You must be signed in to change notification settings - Fork 835
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 fail intermittently #1031
Comments
/assign @axsaucedo |
Example # 1 of intermittent failures (from
|
Example number # 2 from
|
It seems that specifically in the Full log:
|
and for the failure from `jx get build logs "seldonio/seldon-core/pr-1019 #12 integration", the test_rolling_update4 test seems to see a 503 before it returns the outputs. it's strange as you can clearly see that it returns it successfully, so it may be discarding the 200 that it sees after the 503. These may be two different errors
|
Currently all integration tests pass when ran locally, but when these are ran in a kind cluster, they fail intermittently. Given there are occations where all tests pass (such as yesterday in #1026), and others where they fail it may be due to potentially timeouts being too slow (given that integration tests actually take longer - much longer - when ran in the cluster [approx 90 minutes])
The text was updated successfully, but these errors were encountered: