1. 29 Jan, 2017 1 commit
    • Morris Jette's avatar
      Avoid test failure on Cray · c75c6d71
      Morris Jette authored
      On cray systems with step NHC, the step launches are delayed and
        produce a pair of messages (below) that caused the test to fail:
        srun: Job step creation temporarily disabled, retrying
        srun: Job step created
      c75c6d71
  2. 28 Jan, 2017 2 commits
  3. 26 Jan, 2017 1 commit
  4. 25 Jan, 2017 1 commit
  5. 24 Jan, 2017 1 commit
    • Morris Jette's avatar
      Fix tests for some configurations · e8bb2944
      Morris Jette authored
      Some portions of tests 21.30 and 21.34 failed with accounting and
      priority basic. These changes disable portions of those tests as
      needed based upon configuration.
      e8bb2944
  6. 21 Jan, 2017 1 commit
  7. 04 Jan, 2017 3 commits
  8. 03 Jan, 2017 4 commits
  9. 17 Oct, 2016 2 commits
  10. 30 Aug, 2016 1 commit
  11. 12 Jul, 2016 1 commit
  12. 06 Jul, 2016 2 commits
  13. 22 Jun, 2016 3 commits
  14. 16 Jun, 2016 2 commits
  15. 15 Jun, 2016 2 commits
  16. 14 Jun, 2016 1 commit
  17. 10 Jun, 2016 3 commits
  18. 09 Jun, 2016 3 commits
  19. 07 Jun, 2016 2 commits
    • Morris Jette's avatar
      Fix for possible invalid memory reference · 2bbc0add
      Morris Jette authored
      Make sure that /proc/#/stat file is NULL terminated to avoid
      having sscan() go off the end of a buffer.
      bug 2234
      2bbc0add
    • Dominik Bartkiewicz's avatar
      Fix hostrange_hn_within to allow for mixed prefix lengths. · 7843e158
      Dominik Bartkiewicz authored
      While here, mark options const, and add leading underscore to denote this
      as a static function (only called within hostlist.c). Also change strcmp
      to xstrcmp.
      
      Commit a6ffef22 changed this function and would alter the input hn,
      which led to subsequent calls to the function having wrong prefix
      lengths for that hostrange precluding it from matching correctly.
      
      Bug 2558.
      7843e158
  20. 06 Jun, 2016 2 commits
  21. 03 Jun, 2016 2 commits