-
Notifications
You must be signed in to change notification settings - Fork 782
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
VM Nighly Tests are failing #2471
Comments
Nightly tests should fail on this test: #2406 |
This is also in the nightly logs:
|
Ah ok, wasn't aware that this is issue is still "in" and triggering the failure. We should nevertheless act here in some way. From the perspective of nightly CI tests we just can't/shouldn't live with the situation that tests are failing daily, otherwise the tests won't be able to fulfill its purpose giving short-term notice on new bugs being introduced on old HFs. So if we realistically judge that we cannot solve this issue for some more weeks to come, we should deactivate the test in the CI run. Would be even better of course if we can address so that things are just running normal again. |
This has been fixed, will close. |
VM Nighly Tests from here are currently failing on a daily basis, see e.g. this test run, respectively the raw logs since output is otherwise too large and truncated.
As far as I see all tests are passing with an
ok
state but then the test run ends with:This might be something similar @acolytec3 fixed some time ago (can't completely remember when/how/where), Andrew, could you have a short look if this just might be the same return-value-or-something fix?
Otherwise: this should be generally tackled, so that we do not overlook any "real" errors.
The text was updated successfully, but these errors were encountered: