- 11 Dec, 2019 2 commits
-
-
Michael Hinton authored
Bug 7212
-
Michael Hinton authored
Make the job name searched for by the test include `test${test_id}-` so it does not mistake a job id as the job name. Replace the random number with a timestamp to guarantee that there are no repeats. Add `-p` to the sacct arguments to accommodate the increased length of the job name and to guarantee that the output never gets truncated. Bug 7212
-
- 10 Dec, 2019 1 commit
-
-
Danny Auble authored
-
- 09 Dec, 2019 1 commit
-
-
Marcin Stolarek authored
Option may be useful when running --stop-on-first-fail, when the issue is fixed than it will allow restart from the failed one. Bug 7433.
-
- 06 Dec, 2019 1 commit
-
-
Felip Moll authored
Bug 7274
-
- 05 Dec, 2019 2 commits
-
-
Danny Auble authored
-
Danny Auble authored
-
- 02 Dec, 2019 2 commits
-
-
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.
-
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.
-
- 26 Nov, 2019 2 commits
-
-
Danny Auble authored
Bug 7987 Co-authored-by: Broderick Gardner <broderick@schedmd.com> Signed-off-by: Broderick Gardner <broderick@schedmd.com>
-
Nate Rini authored
This avoids possible overlaping with other jobs. Bug 7661.
-
- 24 Oct, 2019 1 commit
-
-
Chad Vizino authored
Bug 7712
-
- 12 Sep, 2019 1 commit
-
-
Albert Gil authored
Bug 7723
-
- 06 Sep, 2019 1 commit
-
-
Brian Christiansen authored
Bug 7664
-
- 29 Aug, 2019 2 commits
-
-
Albert Gil authored
Bug 7149.
-
Albert Gil authored
The get_default_acct was truncating the account name for long account names. This commit uses -P/--parsable2 to avoid it. Bug 7369.
-
- 17 Jul, 2019 2 commits
-
-
Tim Wickberg authored
Fixes a compilation issue with the job_container/cncu plugin. Bug 7398
-
Nate Rini authored
Bug 6772, 6977.
-
- 10 Jul, 2019 3 commits
-
-
Tim Wickberg authored
-
Tim Wickberg authored
Update slurm.spec and slurm.spec-legacy as well.
-
Nate Rini authored
Use safe_unpackstr_xmalloc() instead of unpackstr_ptr to ensure all strings are escaped correctly in SlurmDBD. This requires the introduction of the _free_local_*() functions to free the structure members, whereas they were previously just pointers into the single managed buffer which was cleaned up elsewhere. Remove the unsafe unpackstr_ptr macro definition as well while here. CVE-2019-12838.
-
- 28 Jun, 2019 1 commit
-
-
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.
-
- 07 Jun, 2019 4 commits
-
-
Morris Jette authored
For heterogeneous jobs, do not count the each component against the QOS or association job limit multiple times. bug 7190
-
Brian Christiansen authored
-
Albert Gil authored
Bug 6847
-
Albert Gil authored
Catch jobs with empty pack_job_id_sets. Corruption bug fixed by previous commit. Bug 6847
-
- 06 Jun, 2019 1 commit
-
-
Albert Gil authored
Rejected hetjobs were not correctly dump because pack_job_id_set was not properly set in _slurm_rpc_allocate_pack() when submision was rejected. New helper function _create_pack_job_id_set() to avoid duplicated code. Bug 6847
-
- 05 Jun, 2019 8 commits
-
-
Marshall Garey authored
Fix for test 21.39. If the job didn't start running before the account/qos was removed, then the job would never start running, and the test would fail. Bug 6942.
-
Morris Jette authored
Previous logic could hang indefinitely if srun did not return It also performed unneeded test setup before confirming that the system size was adequate to execute the test. bug 7050
-
Morris Jette authored
Remove excess tabs to properly align code Make comment formats consistent
-
Nate Rini authored
No functional changes. Bug 7050.
-
Nate Rini authored
Bug 7050.
-
Nate Rini authored
Bug 7050.
-
Nate Rini authored
Handles cases where last line of slurm.conf is not empty. Bug 7050.
-
Marshall Garey authored
One part of this test can fail in a heterogeneous system. Do not run the part of the test that would fail if the system is heterogeneous. Bug 7051.
-
- 03 Jun, 2019 1 commit
-
-
Morris Jette authored
backport test7.20 changes from master to v18.08. bug 7050
-
- 29 May, 2019 1 commit
-
-
Brian Christiansen authored
select/cons_res is recommended. Bug 7138
-
- 27 May, 2019 2 commits
-
-
Michael Hinton authored
Bug 6987.
-
Ross Dickson authored
Bug 6466.
-
- 25 May, 2019 1 commit
-
-
Danny Auble authored
Bug 7101.
-