From b2bb04bde57b2dc7a182b9f49bc8d85b75c460fb Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 12 Sep 2020 15:43:27 +0200 Subject: gnu: MariaDB: Skip replication tests. * gnu/packages/databases.scm (mariadb)[arguments]: Add "--skip-rpl" to mtr invocation. --- gnu/packages/databases.scm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index 885e0614ef..198183018f 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm @@ -874,6 +874,10 @@ Language.") "--testcase-timeout=40" "--suite-timeout=600" "--parallel" (number->string (parallel-job-count)) + ;; Skip the replication tests: they are very I/O + ;; intensive and frequently causes indeterministic + ;; failures even on powerful hardware. + "--skip-rpl" "--skip-test-list=unstable-tests")) (format #t "test suite not run~%")) #t)) -- cgit v1.2.3