Ticket 886 - add new test for job dependency
Summary: add new test for job dependency
Status: RESOLVED FIXED
Alias: None
Product: Slurm
Classification: Unclassified
Component: Test Suite (show other tickets)
Version: 14.11.x
Hardware: Linux Linux
: 5 - Enhancement
Assignee: David Bigagli
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2014-06-17 03:35 MDT by David Bigagli
Modified: 2014-08-25 09:26 MDT (History)
2 users (show)

See Also:
Site: SchedMD
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed: 14.11.0pre5
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments
Test for afternotok dependency (4.80 KB, patch)
2014-07-10 08:45 MDT, Nathan Yee
Details | Diff
New patch for test17.37 (4.91 KB, patch)
2014-08-25 06:45 MDT, Nathan Yee
Details | Diff

Note You need to log in before you can comment on or make changes to this ticket.
Description David Bigagli 2014-06-17 03:35:19 MDT
In bug 856 a new behavior was introduced, jobs whose dependencies cannot be 
satisfied are not terminated but put to pending with reason DependencyNeverSatisfied. Please create a test case for such scenario.
For example:

1) submit a job that sleeps 10 secs and exit with 0
2) submit a dependent as afternotok the first job
3) when the first job finishes the second job should pend
   with reason dependency condition never satisfied.

Thanks,
         David
Comment 1 Nathan Yee 2014-07-10 08:45:45 MDT
Created attachment 1049 [details]
Test for afternotok dependency
Comment 2 Nathan Yee 2014-08-25 06:45:32 MDT
Created attachment 1166 [details]
New patch for test17.37
Comment 3 David Bigagli 2014-08-25 09:26:32 MDT
Verified and committed a6ed693e9460ee5.

Thanks
David