1. 25 Jun, 2019 1 commit
    • Marcin Stolarek's avatar
      select/cons_res - fix debug flag SelectType handling in select_p_job_test. · 6b2b5684
      Marcin Stolarek authored
      Previous logic initialized a static variable once and forever. This
      variable was used as a test to call or not log_job_resources and
      dynamic changes through 'scontrol setdebugflags [+|-]SelectType' would
      have no effect. New logic uses the standard select_debug_flags as
      everywhere else and aligns with cons_tres logic.
      
      Bug 7137.
      6b2b5684
  2. 24 Jun, 2019 1 commit
  3. 20 Jun, 2019 3 commits
  4. 19 Jun, 2019 2 commits
  5. 14 Jun, 2019 2 commits
  6. 10 Jun, 2019 3 commits
  7. 07 Jun, 2019 3 commits
  8. 04 Jun, 2019 1 commit
  9. 31 May, 2019 1 commit
  10. 30 May, 2019 1 commit
  11. 28 May, 2019 3 commits
  12. 27 May, 2019 2 commits
  13. 25 May, 2019 1 commit
    • Felip Moll's avatar
      Fix error messages in _convert_to_name(). · 805aa366
      Felip Moll authored
      The name variable hasn't been set yet, so this is always NULL. Print the
      uid/gid instead. While here, treat uid/gid as uint32_t, and use strtoul()
      rather than atoi() to avoid issues with high-number uid/gid values.
      
      Fixes GCC 9 warning.
      
      Bug 7101.
      805aa366
  14. 24 May, 2019 11 commits
  15. 23 May, 2019 5 commits