1. 20 Dec, 2019 3 commits
  2. 11 Dec, 2019 3 commits
  3. 10 Dec, 2019 1 commit
  4. 09 Dec, 2019 1 commit
  5. 06 Dec, 2019 1 commit
  6. 05 Dec, 2019 2 commits
  7. 02 Dec, 2019 2 commits
    • Marcin Stolarek's avatar
      Testsuite - Fix sleep in test17.12 · e2921114
      Marcin Stolarek authored
      Increase the sleep in job to 5s was required to make test reliable. It
      doesn't result in longer execution since we're waiting for job to get
      into RUNNING state and then we're canceling it. Short sleep can end-up
      with overlook of RUNNING state and false negative result - 'Job is DONE
      but expected RUNNING'.
      
      Bug 7624.
      e2921114
    • Marcin Stolarek's avatar
      Testsuite - Fix missing log_error on test17.12 · 32c98f96
      Marcin Stolarek authored
      Previously there were no log_error before setting exit_code to 1
      due scontrol error.
      Now user can identify the reason of final FAILURE result.
      
      Bug 7624.
      32c98f96
  8. 26 Nov, 2019 2 commits
  9. 24 Oct, 2019 1 commit
  10. 12 Sep, 2019 1 commit
  11. 06 Sep, 2019 1 commit
  12. 29 Aug, 2019 2 commits
  13. 17 Jul, 2019 2 commits
  14. 10 Jul, 2019 3 commits
  15. 28 Jun, 2019 1 commit
    • Dominik Bartkiewicz's avatar
      Cast reservation flags before sending to MySQL. · c11eed5c
      Dominik Bartkiewicz authored
      Flags are stored in a smallint, which can only hold the first 16 bits
      worth out of 32 bits of flags currently in use.
      
      MySQL's overflow rules will treat any value > 0xffff as 0xffff, rather than
      dropping the higher-order bits (flags), which means the stored value not
      only loses the higher-order bits but corrupts the lower-order as well.
      
      The 19.05 release extends the column to bigint (64 bit).
      
      Bug 6969.
      c11eed5c
  16. 07 Jun, 2019 4 commits
  17. 06 Jun, 2019 1 commit
  18. 05 Jun, 2019 8 commits
  19. 03 Jun, 2019 1 commit