Skip to content

Commit ea37596

Browse files
authored
Merge pull request #6868 from grondo/issue#6856
testsuite: reduce parallelism in `t4000-issues-test-driver.t` for test reliability
2 parents 1717075 + e699349 commit ea37596

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

t/t4000-issues-test-driver.t

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ if test_have_prereq ASAN; then
1010
test_done
1111
fi
1212

13+
# Note: use test_under_flux "job" personality so that only 2 cores per fake
14+
# node are configured in the test instance. This ensures a maximum of 4
15+
# issues test scripts (invoked as jobs below) run simultaneously, instead
16+
# of 1 per real core, which could cause test failures on overloaded systems.
17+
#
1318
SIZE=2
14-
test_under_flux ${SIZE}
19+
test_under_flux ${SIZE} job
1520
echo "# $0: flux session size will be ${SIZE}"
1621

1722
if test -z "$T4000_ISSUES_GLOB"; then

0 commit comments

Comments
 (0)