1. 30 Oct, 2015 3 commits
    • Morris Jette's avatar
      Correct functions named in logged · 2137d5ae
      Morris Jette authored
      No change to logic
      2137d5ae
    • Morris Jette's avatar
      Improve failure logging in a test · a756e5ff
      Morris Jette authored
      a756e5ff
    • Deric Sullivan's avatar
      Fix reservation creation on DOWN nodes · 6aed461b
      Deric Sullivan authored
      Fix creation of advanced reservation of cores on nodes which are DOWN.
      There seems to be a bug with reservations using a node list (e.g.
      Nodes=something + CoreCnt=something).  The result is a reservation made that's
      arguably broken; listing the reservation (scontrol show reservation) will show
      "Nodes=" (blank) and "CoreCnt=0".
      
      It's very easy to reproduce, just by doing the following against a node in a
      DOWN (also tested with POWER_UP) state:
      scontrol create ReservationName=tmp_res StartTime=now EndTime=now+600
      Nodes=<some_non_idle_node> CoreCnt=1 Users=<some_valid_user>
      scontrol show reservation.
      bug 2078
      6aed461b
  2. 29 Oct, 2015 5 commits
  3. 28 Oct, 2015 3 commits
  4. 27 Oct, 2015 15 commits
  5. 26 Oct, 2015 9 commits
  6. 24 Oct, 2015 3 commits
  7. 23 Oct, 2015 2 commits
    • Morris Jette's avatar
      Fix regression test · 85840efd
      Morris Jette authored
      3 problems addressed:
      priority/basic does not currently support some functionality
      a test was assuming more than one node when submitting two jobs with the --exclusive optiion
      a sleep was required so that completing jobs could be cleaned up before submitting a subsequent
        job with the --immediate option
      85840efd
    • Danny Auble's avatar
      checkin date change · e16c3c68
      Danny Auble authored
      e16c3c68