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

Fix PBS status reporting #102

Merged
merged 1 commit into from
Apr 14, 2016
Merged

Conversation

mvdbeek
Copy link
Member

@mvdbeek mvdbeek commented Apr 13, 2016

Without this commit only very short jobs completed successfully, because the
status was always set to complete. This was because the status returned by
qstat contains leading spaces before the job_state = Q part, so I'm adding a
.strip().

@coveralls
Copy link

Coverage Status

Coverage remained the same at 82.921% when pulling 9acc563 on mvdbeek:fix_job_status into 0ae1633 on galaxyproject:master.

Without this commit only very short jobs completed successfully, because the
status was always set to complete. This was because the status returned by
qstat contains leading spaces before the `job_state = Q` part, so I'm adding a
`.strip()`.
@jmchilton jmchilton merged commit 5046976 into galaxyproject:master Apr 14, 2016
@jmchilton
Copy link
Member

Awesome - I need a better test bed for PBS stuff clearly. This is fantastic - keep the fixes coming :).

jmchilton added a commit to jmchilton/galaxy that referenced this pull request Apr 18, 2016
 - Fix working directory outputs for a2e3140 (giving tools clean working directories).
 - Fix copy action when target directory doesn't already exist (galaxyproject/pulsar#107 thanks to @natefoo).
 - Fix handling of Pulsar jobs that fail during submission (galaxyproject/pulsar#103 thanks to @mvdbeek).
 - Fix PBS status reporting (galaxyproject/pulsar#102 thanks to @mvdbeek).
 - Fix for JetStream that allows setting staging directories on a per-manager basis (galaxyproject/pulsar@7d40304).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants