From 9bd5aaeb84d257ee64c1153f69ca6a8b1f5a88d8 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 \