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.
1 parent d16e612 commit ef1f45fCopy full SHA for ef1f45f
integration-tests.sh
@@ -50,4 +50,5 @@ cd runtime_output_directory
50
[ -e mysqld ] || ln -s mysqld-debug mysqld
51
cd ../mysql-test
52
export MTR_MAX_TEST_FAIL=1000
53
-./mysql-test-run --force --skip-ndb --nounit-tests --parallel=$(nproc)
+MTR_PARALLELISM=$[$(nproc) / 2]
54
+./mysql-test-run --force --skip-ndb --nounit-tests --parallel=$MTR_PARALLELISM
0 commit comments