mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
af85e2ba19
MTR buildbot output suggest that buildbot can lose some stdout information by overwriting it with stderr, which is captured separately This is bad, since stdout contains information about failing test. So, this is an attempt to minimize the damage by excluding most frequent stderr messages - those about restart.
11 lines
261 B
Batchfile
11 lines
261 B
Batchfile
if "%MTR_PARALLEL%"=="" set MTR_PARALLEL=%NUMBER_OF_PROCESSORS%
|
|
perl mysql-test-run.pl --force --suite-timeout=120 --max-test-fail=10 --retry=3 --suite=^
|
|
vcol,gcol,perfschema,^
|
|
main,^
|
|
innodb,^
|
|
versioning,^
|
|
plugins,^
|
|
mariabackup,^
|
|
roles,^
|
|
auth_gssapi,^
|
|
rocksdb
|