Menu

#624 PBS/Torque jobs that time out should be deleted (qdel)

5.0 (deprecated)
open
nobody
7
2005-09-20
2005-03-01
No

Test jobs that time out, i.e., in pbs_test, should be
deleted via qdel so they do not consume compute nodes
for subsequent jobs.

Discussion

  • David N. Lombard

    • priority: 5 --> 7
     
  • Bernard Li

    Bernard Li - 2005-09-20
    • milestone: 473437 --> 5.0 (deprecated)
     
  • Thomas Naughton

    Thomas Naughton - 2005-09-20

    Logged In: YES
    user_id=288102

    I would suggest that we use the APItest framework for these
    test, and there is a timeout flag that can be used on tests.
    Also, all the dependency stuffo is managed through APItest
    so we could write general test that checked at the top for
    given queue-mgr/sched and tailor the tests accordingly,
    possibly reusing the majority of tests across different
    tests (have to setup a reasonable dir structure).

    my $0.02,
    --tjn