guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/25: gnu: MariaDB: Skip replication tests.


From: guix-commits
Subject: 03/25: gnu: MariaDB: Skip replication tests.
Date: Tue, 13 Oct 2020 17:50:09 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit b2bb04bde57b2dc7a182b9f49bc8d85b75c460fb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Sep 12 15:43:27 2020 +0200

    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 885e061..1981830 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]