Opened 15 years ago
Closed 8 years ago
#364 closed defect (wontfix)
IZ2069: qstat -j JOB_NAME -xml uses differet letter case
Reported by: | ovid | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | sge | Version: | 6.0u4 |
Severity: | minor | Keywords: | Sun clients |
Cc: |
Description (last modified by admin)
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=2069]
Issue #: 2069 Platform: Sun Reporter: ovid (ovid) Component: gridengine OS: All Subcomponent: clients Version: 6.0u4 CC: None defined Status: NEW Priority: P3 Resolution: Issue type: DEFECT Target milestone: --- Assigned to: roland (roland) QA Contact: roland URL: * Summary: qstat -j JOB_NAME -xml uses differet letter case Status whiteboard: Attachments: Issue 2069 blocks: Votes for issue 2069: Opened: Thu Jun 1 14:59:00 -0700 2006 ------------------------ qstat -j JOB_NAME -xml uses different letter case (lower) compared to qstat -j JOB_NAME. This is inconsistent and hard to compare. here's qstat -j ERROR: ..... sge_o_shell: /bin/csh sge_o_workdir: /export/sgetest sge_o_host: dt218-123 account: sge merge: y mail_list: sgetest@dt218-123 notify: FALSE and here's qstat -j ERROR -xml: .... <JB_uid>9901</JB_uid> <JB_group>sgegroup</JB_group> <JB_gid>9901</JB_gid> <JB_account>sge</JB_account> <JB_notify>false</JB_notify> <JB_type>0</JB_type>
Change History (2)
comment:1 Changed 8 years ago by dlove
- Resolution set to wontfix
comment:2 Changed 8 years ago by admin
- Description modified (diff)
- Severity set to minor
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Not a big problem, and too incompatible: XML output uses schema boolean
type, normal uses TRUE/FALSE in places, y/n elsewhere (e.g. reservation).