Opened 14 years ago
Last modified 10 years ago
#971 new task
IZ30: Test for Gridengine IZ 1117: Deleted pending job appears in qstat.
Reported by: | joga | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | testsuite | Version: | current |
Severity: | Keywords: | tests | |
Cc: |
Description
[Imported from gridengine issuezilla http://gridengine.sunsource.net/issues/show_bug.cgi?id=30]
Issue #: 30 Platform: All Reporter: joga (joga) Component: testsuite OS: All Subcomponent: tests Version: current CC: None defined Status: NEW Priority: P3 Resolution: Issue type: TASK Target milestone: milestone 1 Assigned to: issues@testsuite QA Contact: joga URL: * Summary: Test for Gridengine IZ 1117: Deleted pending job appears in qstat. Status whiteboard: Attachments: Issue 30 blocks: Votes for issue 30: Vote for this issue Opened: Mon Nov 13 03:55:00 -0700 2006 ------------------------ This was IZ 1143 in project gridengine. There is a need for ensuring error #1117 does not happen again. It is unclear if a new test needs to be implemented. Possibly it's enough to ensure the existing qdel tests are run resp. slightly enhanced. For reproducing that problem the following script can be used #!/usr/bin/env ruby is53=true if is53 jobid=`qsub -S /lirum/larum/loeffelstiel $SGE_ROOT/examples/jobs/sleeper.sh | cut -f3 -d" "` else system("qsub -S /lirum/larum/loeffelstiel $SGE_ROOT/examples/jobs/sleeper.sh") end system("qconf -tsm") system("sleep 3") if is53 system("qdel " + jobid ) else system("qdel Sleeper") end system("qstat") puts ("waiting ....") system("sleep 10")
Note: See
TracTickets for help on using
tickets.