- 22 May, 2019 8 commits
-
-
Alejandro Sanchez authored
They were associated to these two commits: b4d7de48 6871185a Bug 5562.
-
Alejandro Sanchez authored
-
Alejandro Sanchez authored
They were associated to these two commits: b4d7de48 6871185a Bug 5562.
-
Morris Jette authored
Bug 6998.
-
Morris Jette authored
Modify "scontrol show dwstat" test to work if no active sessions, configurations, etc.
-
Morris Jette authored
Correct some logic in commit 38daa7a9. The variable "file_in" did not exist in some places where the function was called from.
-
Morris Jette authored
Modify test to work on cray/kachina system when allocated KNL node.
-
Morris Jette authored
Test broke on cray/kachina when allocated KNL
-
- 21 May, 2019 28 commits
-
-
Dominik Bartkiewicz authored
Bug 6822
-
Moe Jette authored
Bug 7061
-
Danny Auble authored
Bug 7061
-
Danny Auble authored
Bug 7061 Co-authored-by: Morris Jette <jette@schedmd.com>
-
Tim Wickberg authored
-
Morris Jette authored
Error reported by CLANG Cherry pick to 18.08. Bug 6996.
-
Morris Jette authored
Jobs with zero nodes/CPUs are permitted to create and destroy persistent burst buffers. Bug 7034.
-
Morris Jette authored
Bug 7034.
-
Brian Christiansen authored
-
Brian Christiansen authored
-
Dominik Bartkiewicz authored
unlimited could get overwritten with default queue depth preventing the whole queue from being looked at -- especially in a high-throughput envrionment. Bug 6822 Co-authored-by: Morris Jette <jette@schedmd.com>
-
Danny Auble authored
Bug 5562
-
Danny Auble authored
Bug 5562
-
Danny Auble authored
Bug 5562
-
Danny Auble authored
-
Alejandro Sanchez authored
Node memory overallocation wouldn't be properly detected since we would just be interpreting the available memory as RealMemory - MemSpecLimit, ignoring other job's memory usage. Bug 5562.
-
Alejandro Sanchez authored
This compares a job memory request against each selected node available memory, interpreting the latter for now as RealMemory - MemSpecLimit. Bug 5562.
-
Alejandro Sanchez authored
Place all three memory cases (per cpu, per node and all node memory) in a single loop, since all three cases need to traverse all job_resources selected nodes. Preparation for a follow-up commit that contains the real fix. Bug 5562.
-
Morris Jette authored
Move common (or similar) logic to globals and remove it from the individual tests.
-
Tim Wickberg authored
-
Tim Wickberg authored
Add handling for acct_gather_energy/xcc and acct_gather_profile/influxdb. Bug 6829.
-
Tim Wickberg authored
Bug 5773.
-
Danny Auble authored
No functional change. Bug 6508
-
Dominik Bartkiewicz authored
Bug 6508
-
Alejandro Sanchez authored
Previously when no memory was explicitly requested the job was assigned the DefMemPer[CPU|Node] from the first partition in the list (or the cluster-wide value if the partition wasn't configured with it), even when evaluating against a different partition. Bug 6950.
-
Dominik Bartkiewicz authored
No functional change Bug 5303
-
Tim Wickberg authored
Bug 7072
-
Dominik Bartkiewicz authored
Bug 6845
-
- 20 May, 2019 4 commits
-
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Log the ID of individual sub-tests in order to more easily identify which sub-test failed rather than having to scan and compare the various execute lines in the tests.
-
Morris Jette authored
A batch job will run on front-end node, not an assigned compute node
-