Task #33
Verification of Job state and information GUI
| Status: | Closed | Start date: | 2009-06-13 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 2009-06-26 | |
| Assignee: | Srinivasan Natarajan | % Done: | 100% |
|
| Category: | - | Spent time: | 4.30 hours | |
| Target version: | - |
Description
As stated in Development Roadmap.
History
Updated by José Luis Vázquez Poletti over 2 years ago
- Tracker changed from Bug to Task
Updated by Srinivasan Natarajan over 2 years ago
- % Done changed from 0 to 10
The xml file generated based on the output from the remote gridway machine needs to be parsed to convert it to a structure with the fields of job state view. There can be some fields like exit_code, etc. Those fields should be blank.Changes are made to support this feature.
Updated by Srinivasan Natarajan over 2 years ago
Srinivasan Natarajan wrote:
The xml file generated based on the output from the remote gridway machine needs to be parsed to convert it to a structure with the fields of job state view. There can be some missing fields like exit_code, etc. Those fields should be blank in Jobstateview.Changes are made to support this feature.
Updated by Srinivasan Natarajan over 2 years ago
- % Done changed from 10 to 20
The changes are made in xml parser to support new version of GridWay. The new level has an extra xml upper level called gridway
<gridway xmlns="http://gridway.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://gridway.org gridway.xsd">
<gwps>
-----
-----
</gwps>
</gridway>
Updated by Srinivasan Natarajan over 2 years ago
- % Done changed from 20 to 30
The changes for new xml format is tested in Job Signal and job state TreeView. The values in the xml format should be mapped to correct job attributes in job signal and job state TreeView
Updated by Srinivasan Natarajan over 2 years ago
- % Done changed from 30 to 100
The Job State Information is additionally tested for the following on the new version of gridway
- Resetting of Job state fields when the reset option is choosed.
- When the user didnt choose any option and try to get job state information its should execute gwps -x using ssh and return the result to the remote user(client) in jobstateview if there is atleast one job or else the message stating that there are not any matching jobs.
- The job state drmaa command should be executed properly based on user selection and result to be returned correctly either to jobstateview or to Dialog(ie user can choose any options like user information, job state etc)
- Correct xml parsing of returned results of drmaa commands.
- Correct xml field mapping to jobstateview
- Handling of empty xml file
- Handling of error conditions during child execution of remote drmaa commands
Updated by José Luis Vázquez Poletti over 2 years ago
- Status changed from New to Closed