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

are_queued_jobs_finished.py getting stuck #12622

Closed
milljm opened this issue Dec 18, 2018 · 0 comments
Closed

are_queued_jobs_finished.py getting stuck #12622

milljm opened this issue Dec 18, 2018 · 0 comments
Assignees

Comments

@milljm
Copy link
Member

milljm commented Dec 18, 2018

Rationale

If the TestHarness runs into an exception during a PBS submission, this script will return 1. Meaning any other script waiting for a 0 (all queued jobs have completed), will never happen.

Description

A TestHarness exception causes are_queued_jobs_finished.py to exit incorrectly.

Impact

Low

@milljm milljm self-assigned this Dec 18, 2018
milljm added a commit to milljm/moose that referenced this issue Dec 18, 2018
The 'are_queued_jobs_finished.py' script is not doing anything specific when error 271
occures. So why not just exit if the very presence of 'Exit_status' exists in the first
place?

Closes idaholab#12622
milljm added a commit to milljm/moose that referenced this issue Dec 18, 2018
The 'are_queued_jobs_finished.py' script is not doing anything specific when error 271
occurs. So why not just exit if the very presence of 'Exit_status' exists in the first
place?

Closes idaholab#12622
@milljm milljm reopened this Jan 7, 2019
milljm added a commit to milljm/moose that referenced this issue Jan 7, 2019
A darn typo slipped through.

Closes idaholab#12622
shoheiogawa pushed a commit to shoheiogawa/moose that referenced this issue Jan 18, 2019
The 'are_queued_jobs_finished.py' script is not doing anything specific when error 271
occurs. So why not just exit if the very presence of 'Exit_status' exists in the first
place?

Closes idaholab#12622
shoheiogawa pushed a commit to shoheiogawa/moose that referenced this issue Jan 18, 2019
A darn typo slipped through.

Closes idaholab#12622
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant