Opened 13 years ago
Last modified 10 years ago
#1092 new enhancement
IZ151: Need test for INFINITY default_duration
Reported by: | andreas | 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=151]
Issue #: 151 Platform: All Reporter: andreas (andreas) Component: testsuite OS: All Subcomponent: tests Version: current CC: None defined Status: NEW Priority: P3 Resolution: Issue type: ENHANCEMENT Target milestone: milestone 1 Assigned to: issues@testsuite QA Contact: joga URL: * Summary: Need test for INFINITY default_duration Status whiteboard: Attachments: Issue 151 blocks: Votes for issue 151: Vote for this issue Opened: Thu Oct 11 08:30:00 -0700 2007 ------------------------ Since advance reservation enhancement 'Infinity' is supported for 'default_duration' in sched_conf(5). The following test is needed: (1) Add global consumable "slots=1" (2) Use in sched_conf(5) params MONITOR=true max_reservation 100 default_duration INFINITY (3) Submit a plain sequential sleeper job *without* -l h_rt as to utilize the slot until eternity (4) Check via $SGE_ROOT/$SGE_CELL/default/common/schedule that neither parallel nor sequential jobs get a RESERVE entry: # qsub -R y -b y /bin/sleep 100 # qsub -pe make 1 -R y -b y /bin/sleep 100 Both parallel and sequential jobs are needed since scheduling code differs significantly.
Note: See
TracTickets for help on using
tickets.