Retry must be 2 or higher to get any effect from --report-unstable-tests
This commit is contained in:
parent
d5605e55e6
commit
9bd5aaeb84
@ -684,7 +684,7 @@ cp ../../mysql-test/%{skiplist} .
|
|||||||
# builds might happen at the same host, avoid collision
|
# builds might happen at the same host, avoid collision
|
||||||
export MTR_BUILD_THREAD=%{__isa_bits}
|
export MTR_BUILD_THREAD=%{__isa_bits}
|
||||||
./mtr \
|
./mtr \
|
||||||
--mem --parallel=auto --force --retry=0 \
|
--mem --parallel=auto --force --retry=2 \
|
||||||
--mysqld=--binlog-format=mixed \
|
--mysqld=--binlog-format=mixed \
|
||||||
--suite-timeout=720 --testcase-timeout=30 \
|
--suite-timeout=720 --testcase-timeout=30 \
|
||||||
--report-unstable-tests --clean-vardir \
|
--report-unstable-tests --clean-vardir \
|
||||||
|
Loading…
Reference in New Issue
Block a user