Last modified: 2014-08-03 00:24:46 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T65369, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 63369 - jsub with a number as the value of -N argument fails silently
jsub with a number as the value of -N argument fails silently
Status: RESOLVED INVALID
Product: Wikimedia Labs
Classification: Unclassified
tools (Other open bugs)
unspecified
All All
: Unprioritized normal
: ---
Assigned To: Marc A. Pelletier
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-04-01 15:21 UTC by Liangent
Modified: 2014-08-03 00:24 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Liangent 2014-04-01 15:21:31 UTC
liangent@tools-login:~$ jsub -N 1 echo 1; qstat
liangent@tools-login:~$ jsub -N abc echo 1; qstat
Your job 166138 ("abc") has been submitted
job-ID  prior   name       user         state submit/start at     queue                          slots ja-task-ID 
-----------------------------------------------------------------------------------------------------------------
 166138 0.00000 abc        liangent     qw    04/01/2014 15:21:22                                    1        
liangent@tools-login:~$
Comment 1 Tim Landscheidt 2014-08-03 00:24:46 UTC
jsub doesn't fail silently, it just directs its error messages by default to 1.err; you can override this with -stderr:

| scfc@tools-login:~$ jsub -stderr -N 1 echo 1
| Unable to run job: denied: "1" is not a valid object name (cannot start with a digit).
| Exiting.
| scfc@tools-login:~$

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links