Testsuite retry count lifted to 3 tries
This commit is contained in:
parent
edace6bcbd
commit
55aff2cc79
@ -695,7 +695,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 --skip-rpl \
|
--mysqld=--binlog-format=mixed --skip-rpl \
|
||||||
--suite-timeout=720 --testcase-timeout=30 \
|
--suite-timeout=720 --testcase-timeout=30 \
|
||||||
--clean-vardir \
|
--clean-vardir \
|
||||||
@ -973,6 +973,7 @@ fi
|
|||||||
* Wed Feb 15 2017 Michal Schorm <mschorm@redhat.com> - 5.7.17-4
|
* Wed Feb 15 2017 Michal Schorm <mschorm@redhat.com> - 5.7.17-4
|
||||||
- Fix of broken cross mysql-mariadb dependecies
|
- Fix of broken cross mysql-mariadb dependecies
|
||||||
- Fix of community-mysql server-client dependecy
|
- Fix of community-mysql server-client dependecy
|
||||||
|
- Testsuite retry count lifted to 3 tries
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.17-3
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.7.17-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user