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
Created attachment 1049 [details] Test for afternotok dependency
Created attachment 1166 [details] New patch for test17.37
Verified and committed a6ed693e9460ee5. Thanks David