- 25 Jan, 2017 23 commits
-
-
Danny Auble authored
df316450.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
The dbd_list_msg_t was uninitialized in a bunch of places and the return_code variable in the structure was being referenced, resulting in valgrind error reports
-
Morris Jette authored
No change in logic, just added values to comments in a long enum to more easily identify their values
-
Tim Wickberg authored
-
Tim Wickberg authored
First noticied by Brian.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
It was leaking memory otherwise
-
Tim Wickberg authored
-
Tim Wickberg authored
Not used here.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Commit 63b7e3a8 changed the --mem limit to 1MB for the job if not using a memory SelectType, but this can cause the job to fail if the JobAcctGatherFrequency is frequent enough to notice that the "sleep" command is using more than 1MB of resources. Refactor test to avoid specifying job memory. Use --wrap to avoid creating a temporary job script as well.
-
Tim Wickberg authored
Commit 63b7e3a8 changed the --mem limit to 1MB for the step if not using a memory SelectType, but this can cause the job to fail if the JobAcctGatherFrequency is frequent enough to notice that the "sleep" command is using more than 1MB of resources. Refactor test to avoid specifying job memory. Use --wrap to avoid creating a temporary job script.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
Commit 63b7e3a8 changed the --mem limit to 1MB for the step if not using a memory SelectType, but this can cause the job to fail if the JobAcctGatherFrequency is frequent enough to notice that the "sleep" command is using more than 1MB of resources. Refactor test to avoid specifying memory memory; and since only one step is checked for, only run a single step in the job. Use --wrap to avoid creating a temporary job script.
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
- 24 Jan, 2017 17 commits
-
-
Morris Jette authored
-
Morris Jette authored
This bug was introduced in commit 93adc329 Symptom is failure of test 2.7
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Tim Wickberg authored
-
Morris Jette authored
Some portions of tests 21.30 and 21.34 failed with accounting and priority basic. These changes disable portions of those tests as needed based upon configuration.
-
Tim Wickberg authored
FreeBSD requires this to build; overlooked in 2d9e999f.
-
Morris Jette authored
-
Morris Jette authored
-
Morris Jette authored
Update information about modified functions and data structures.
-
Morris Jette authored
It was leaking memory otherwise
-
Dominik Bartkiewicz authored
_allocate_sc() is heavily used within the scheduler, change to stack allocation from heap to avoid constant churn on xmalloc()/xfree(). Bug 3420.
-
Morris Jette authored
-
Tim Wickberg authored
"can be taken out 2 versions past 15.08"... we're now three past. Unlink from build, remove and remove fallback call to it in sh5util.c.
-
Tim Wickberg authored
-
Isaac Hartung authored
-
Danny Auble authored
-