Retry must be 2 or higher to get any effect from --report-unstable-tests

This commit is contained in:
Norvald H. Ryeng 2017-08-22 09:19:41 +02:00 committed by Michal Schorm
parent d5605e55e6
commit 9bd5aaeb84

View File

@ -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 \