From 50c04a9d11ac117ba125ab96076f1ac991a0d21a Mon Sep 17 00:00:00 2001 From: "Norvald H. Ryeng" Date: Tue, 22 Aug 2017 09:19:41 +0200 Subject: [PATCH] Retry must be 2 or higher to get any effect from --report-unstable-tests --- community-mysql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index f0d9038..3475e2b 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -684,7 +684,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 \ --suite-timeout=720 --testcase-timeout=30 \ --report-unstable-tests --clean-vardir \