1. 02 Oct, 2019 7 commits
  2. 01 Oct, 2019 29 commits
  3. 30 Sep, 2019 4 commits
    • Albert Gil's avatar
      Rewrite test6.15: scancel signaling · af29a9da
      Albert Gil authored
      Previous version relayed in the command "time".
      It sent STOP and CONT signals and counted time elapsed.
      The problem is that defuct childern of stopped parents are not fully
      killed, and "time" keep counting time until the actual parent
      continue. So, the values were wrong.
      
      The new version uses signal handlers in a .prog and trap in the
      shell to print and check if a signal is received.
      
      NOTE: cgroups has different signaling than linuxproc and pgid.
      
      Bug 7282
      af29a9da
    • Albert Gil's avatar
      Fix for 4dfb3ad6 · b3f06e01
      Albert Gil authored
      In previous commit we have double signaling for normal steps
      when using --full.
      
      Bug 7282
      b3f06e01
    • Albert Gil's avatar
      Early check to validate if we are checking for runaways. · 25d63e13
      Albert Gil authored
      Bug 7765
      25d63e13
    • Danny Auble's avatar
      Disallow coordinators to show/fix runaways. · 3cf4418b
      Danny Auble authored
      There was never any security to allow for this,
      so we are just removing it.
      
      Bug 7765
      3cf4418b