Bugzilla – Bug 2527
Add a failure case for non-existant queue to scheduler test suite
Last modified: 2006-09-18 15:56:54
You need to log in before you can comment on or make changes to this bug.
Here is an example job provided by Mats in bug 2524... Testing using an invalid queue name with PBS: <job> <executable>/bin/hostname</executable> <directory>/tmp</directory> <argument>--fqdn</argument> <stdout>${GLOBUS_USER_HOME}/job.out</stdout> <stderr>${GLOBUS_USER_HOME}/job.err</stderr> <queue>non-existant</queue> </job>
(I assume the platform is PC and not Mac)
This is what I get from PBS: globusrun-ws: Job failed: The executable could not be started. qsub: Unknown queue MSG=cannot locate queue I'm assuming this got fixed with another bug about more verbose error reporting from the adapter scripts.