[go: nahoru, domu]

Skip to content
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

Tool test that is expected to fail does not get the exit code #14206

Closed
bernt-matthias opened this issue Jun 27, 2022 · 0 comments
Closed

Tool test that is expected to fail does not get the exit code #14206

bernt-matthias opened this issue Jun 27, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@bernt-matthias
Copy link
Contributor

Describe the bug

This test currently fails IUC weekly CI with:

galaxy.tool_util.verify.interactor.JobOutputsError: Expected job to complete with exit code 1, found None

Log also shows:

2022-06-27 17:46:36,665 INFO  [galaxy.tool_util.output_checker] Job error detected, failing job. Reasons are [{'type': 'exit_code', 'desc': 'Fatal error: Exit code 1 ()', 'exit_code': 1, 'code_desc': '', 'error_level': 3}]
2022-06-27 17:46:36,794 ERROR [galaxy.jobs] fail(): Missing output file in working directory: [Errno 2] No such file or directory: '/tmp/tmpv0bf6i9k/job_working_directory/000/18/outputs/galaxy_dataset_e186ea7c-1414-4db6-bdc9-c3a477607611.dat'
2022-06-27 17:46:36,795 ERROR [galaxy.jobs] fail(): Missing output file in working directory: [Errno 2] No such file or directory: '/tmp/tmpv0bf6i9k/job_working_directory/000/18/outputs/galaxy_dataset_479a87b7-8403-4217-95e7-90e57789621a.dat'

Galaxy Version and/or server at which you observed the bug

Should be 582a7b9 (todays master branch)

To Reproduce

GALAXY_SLOTS=2 planemo test --biocontainers --no_dependency_resolution --no_conda_auto_init --galaxy_python_version 3.7 dada2_filterAndTrim.xml

Expected behavior

Test should be successful.

bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Jun 28, 2022
if the JobWrapper.fail method is called directly exit code (etc)
are lost.

fixes galaxyproject#14206

not sure why this error popped up now, probably a change in
tool verification ..?
@mvdbeek mvdbeek added this to the 22.05 milestone Jun 28, 2022
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Jun 30, 2022
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Jun 30, 2022
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Jul 1, 2022
if the JobWrapper.fail method is called directly exit code (etc)
are lost.

fixes galaxyproject#14206

not sure why this error popped up now, probably a change in
tool verification ..?
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Jul 4, 2022
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Jul 4, 2022
if the JobWrapper.fail method is called directly exit code (etc)
are lost.

fixes galaxyproject#14206

not sure why this error popped up now, probably a change in
tool verification ..?
@mvdbeek mvdbeek modified the milestones: 22.05, 22.09 Aug 22, 2022
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Aug 29, 2022
if the JobWrapper.fail method is called directly exit code (etc)
are lost.

fixes galaxyproject#14206

not sure why this error popped up now, probably a change in
tool verification ..?
bernt-matthias added a commit to bernt-matthias/galaxy that referenced this issue Sep 14, 2022
if the JobWrapper.fail method is called directly exit code (etc)
are lost.

fixes galaxyproject#14206

not sure why this error popped up now, probably a change in
tool verification ..?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants