-
Notifications
You must be signed in to change notification settings - Fork 110
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 tests/integration_tests/cli/test_integration_cli.py::test_failing_job_cli_error_message #6863
Comments
As of today, my bisect tests stopped working completely. The test does not complete, and fails after two hours on |
It is still working on nightly builds, so it is my github actions workflow setup that is not working correctly. |
Depends on #6888 for better error logging |
|
Possible lead: The XML part of this was changed in the legacy code while implementing support for it in scheduler. |
Last 3 days it has failed on both. |
The error is reproducible by logging in to a linappnode, su-ing to f_scout_ci and replicating commands in run_tests_one_project.yml |
A hypothesis is that the runpath
|
Proven to be a wrong lead. |
A new lead is that something is wrong with the logger setup. This command will give a failing test within a few minutes:
while this will pass:
|
Bisecting the komodo nightly build logs, the last good version is from December 18. Then the good/bad state of nightly builds is masked by pydantic issues, until December 29 where we have first failure. |
Describe the bug
The following test fails, but only when running it as github workflow:
To reproduce
It only fails on github action workflows.
more info here for example: https://github.com/equinor/komodo-releases/actions/runs/7352338393/job/20017761397
Expected behaviour
The test should pass
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
This test fails when running with job_queue while scheduler execution is skipped. Apparently the error message is not composed correctly.
The text was updated successfully, but these errors were encountered: