From 55aff2cc79a36c79c0465897e09879c5bdf588c6 Mon Sep 17 00:00:00 2001 From: Michal Schorm Date: Tue, 7 Mar 2017 10:13:01 +0100 Subject: [PATCH] Testsuite retry count lifted to 3 tries --- community-mysql.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index daec4aa..79b83e8 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -695,7 +695,7 @@ cp ../../mysql-test/%{skiplist} . # builds might happen at the same host, avoid collision export MTR_BUILD_THREAD=%{__isa_bits} ./mtr \ - --mem --parallel=auto --force --retry=0 \ + --mem --parallel=auto --force --retry=2 \ --mysqld=--binlog-format=mixed --skip-rpl \ --suite-timeout=720 --testcase-timeout=30 \ --clean-vardir \ @@ -973,6 +973,7 @@ fi * Wed Feb 15 2017 Michal Schorm - 5.7.17-4 - Fix of broken cross mysql-mariadb dependecies - Fix of community-mysql server-client dependecy +- Testsuite retry count lifted to 3 tries * Fri Feb 10 2017 Fedora Release Engineering - 5.7.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild