- 31 May, 2019 2 commits
-
-
Morris Jette authored
This streamlines the code a bit and uses more common code.
-
Morris Jette authored
Parsing logic failed to support underscore in plugin names, which is now the standard for "cray_aries" configurations.
-
- 30 May, 2019 4 commits
-
-
Morris Jette authored
Improve some descriptions of sdiag output and re-order some descriptions to match current format.
-
Dominik Bartkiewicz authored
Bug 7148.
-
Tim Wickberg authored
-
Morris Jette authored
-
- 29 May, 2019 3 commits
-
-
Morris Jette authored
-
Brian Christiansen authored
One issue is that batch steps are listed in squeue -s output now.
-
Ben Roberts authored
Bug 6912.
-
- 28 May, 2019 10 commits
-
-
Morris Jette authored
The sacct command in verison 19.05 when job ID is specified will find all examples of that job ID run at any time. That means if the job IDs numbers wrap around, this test will always fail. This adds a start time to the sacct command of 00:00 (midnight of current day) to avoid problems with wrapping job IDs and make this test work more like it did in version 18.08. Note this test does have a very tiny window for failures if the test program ran just before midnight and the sacct command to view it's state ran just after midnight. Given that the entire test only runs for a minute, that is unlikely in practice.
-
Morris Jette authored
The fix for bug 7066 will break the original version of this test bug 7066
-
Tim Wickberg authored
-
Tim Wickberg authored
Update NEWS, slurm.spec, and slurm.spec-legacy as well.
-
Tim Wickberg authored
-
Marshall Garey authored
to match the other log messages that already print signal numbers. Bug 6938.
-
Morris Jette authored
This change avoid some operations on a node's GRES data structure if the count of available GRES is zero. bug 6997
-
Morris Jette authored
The NULL size bitmap should be fixed in previous commit, but this is an added check for improved code stability in case something else goes wrong. bug 6997
-
Morris Jette authored
Previously with a configuration including FastSchedule=1 or 2, GRES with files defined in gres.conf, and in the node configuration either specified with a count of 0 or not included at all then the node's GRES data would be built with a topology array containing a GRES bitmap of zero size, resulting in an abort when trying to operate on that bitmap. bug 6997
-
Danny Auble authored
Bug 6997
-
- 27 May, 2019 5 commits
-
-
Alejandro Sanchez authored
-
Michael Hinton authored
Bug 6987.
-
Alejandro Sanchez authored
Commit: 03165950 Bug 6466.
-
Alejandro Sanchez authored
-
Ross Dickson authored
Bug 6466.
-
- 25 May, 2019 5 commits
-
-
Tim Wickberg authored
-
Danny Auble authored
Bug 7101.
-
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.
-
Felip Moll authored
Bug 7101.
-
Nate Rini authored
slurm_persist_send_msg() does not generally set errno on return. Bug 7117.
-
- 24 May, 2019 11 commits
-
-
Broderick Gardner authored
Bug 7096
-
Morris Jette authored
Bug 7113 Coverity CID 198461
-
Morris Jette authored
Bug 7112 Coverity CID 198464
-
Broderick Gardner authored
Since the struct has an array, Clang complains about the use of {0}. We decided to replace that with memset. Bug 7096
-
Danny Auble authored
Bug 6783 Co-authored-by: Alejandro Sanchez <alex@schedmd.com>
-
Gavin Howard authored
Bug 7078.
-
Morris Jette authored
For testing purposes, disabling PrologFlags=Alloc seems reasonable. If/when we actually need to support front-end systems in the future, the underlying code will likely have changed and require additional changes. Bug 7057.
-
Danny Auble authored
This reverts commit 123cb8e2. The reason this code doesn't work is there are other flags set on the job_state that make it not just Pending. See test28.2. It has the JOB_UPDATE_DB flag set.
-
Dominik Bartkiewicz authored
Bug 7099.
-
Brian Christiansen authored
commits: e293204d d5131780
-
Brian Christiansen authored
-