1. 21 Aug, 2018 17 commits
  2. 20 Aug, 2018 15 commits
  3. 18 Aug, 2018 5 commits
  4. 17 Aug, 2018 3 commits
    • Morris Jette's avatar
      This patch is for v17.11 and fixes several problems: · 94df0b8c
      Morris Jette authored
      1. The cpu frequency set by the user is not exact with
         current kernels, but close. This changes the logic accordingly.
      2. The original logic would cause the test to hang indefinitely
         if the submitted job never ends. This adds timeout checks
         on the job wait, plus adds a 1 minute time limit on the job.
      3. Improve/simplify the parsing logic.
      
      Bug 5584
      94df0b8c
    • Brian Christiansen's avatar
      Remove drain on node when reboot nextstate used · 11220088
      Brian Christiansen authored
      Currently only valid nextstate states are down and resume/idle so the
      node shouldn't be in a drain state after transitioning into either of
      these states.
      
      Bug 5544
      11220088
    • Tim Wickberg's avatar
      Use attached threads with pthread_join(). · b6c569f3
      Tim Wickberg authored
      This also clears up a potential race around ping_thread_cnt
      as it was protected by ping_mutex in one location and shutdown_mutex
      in another.
      b6c569f3