We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1717075 + e699349 commit ea37596Copy full SHA for ea37596
t/t4000-issues-test-driver.t
@@ -10,8 +10,13 @@ if test_have_prereq ASAN; then
10
test_done
11
fi
12
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
+#
18
SIZE=2
-test_under_flux ${SIZE}
19
+test_under_flux ${SIZE} job
20
echo "# $0: flux session size will be ${SIZE}"
21
22
if test -z "$T4000_ISSUES_GLOB"; then
0 commit comments