1. 12 Mar, 2019 3 commits
    • Tim Wickberg's avatar
      Change slurm_xrealloc() to slurm_recalloc(). Add xrecalloc() macro. · 183d7784
      Tim Wickberg authored
      Change it so that we can resize arrays conveniently. Renaming
      similarly to slurm_xcalloc().
      
      This name is something of my own invention - there is no direct libc
      equivalent that will resize allocations and ensure the contents are
      zero'd out, let alone for arrays, and reallocarray() itself is
      already non-standard.
      
      Add an extra bool argument so we can introduce try_xcalloc() while here.
      183d7784
    • Tim Wickberg's avatar
      auth/munge - fix error with multiple-slurmd when credentials are replayed. · 9c844f89
      Tim Wickberg authored
      EMUNGE_CRED_REPLAYED is expected, and we should still mark the credential
      as verified.
      
      The bug here is that g_slurm_auth_verify was still returning SLURM_SUCCESS,
      while the credential internally had verify = false, resulting in
      g_slurm_auth_get_*() hitting an assertion failure.
      
      Bug 6676.
      9c844f89
    • Tim Wickberg's avatar
      Remove -U option from salloc/sbatch/srun. · b2fde640
      Tim Wickberg authored
      This used to be the short form for --account, but was changed to
      -A ahead of the Slurm 2.1 release over nine years ago.
      b2fde640
  2. 11 Mar, 2019 21 commits
  3. 09 Mar, 2019 3 commits
    • Morris Jette's avatar
      test corrections · aa57f194
      Morris Jette authored
      Add module to the Makefiles
      Add test description to README (used for logging to stderr)
      If "date" fails and an error (FAILURE) is logged, then make the test
        have an exit 1
      If the test can not run due to configuration then do not log as
        a failure and exit 0
      aa57f194
    • Morris Jette's avatar
      Memory leak · e70e5a0d
      Morris Jette authored
      Coverity CID 195594
      e70e5a0d
    • Morris Jette's avatar
      unsigned check for negative · ed92c976
      Morris Jette authored
      Coverity CID 195725
      ed92c976
  4. 08 Mar, 2019 13 commits