[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))
- 04/25: gnu: mesa: Update to 20.1.9., (continued)
- 04/25: gnu: mesa: Update to 20.1.9., guix-commits, 2020/10/13
- 06/25: gnu: nss, nss-certs: Update to 3.57., guix-commits, 2020/10/13
- 09/25: gnu: unixodbc: Update to 2.3.9., guix-commits, 2020/10/13
- 08/25: gnu: check: Update to 0.15.2., guix-commits, 2020/10/13
- 16/25: gnu: libxkbcommon: Update to 1.0.1., guix-commits, 2020/10/13
- 22/25: gnu: libcap: Update to 2.44., guix-commits, 2020/10/13
- 18/25: gnu: xorg-server: Remove graft for 1.20.9., guix-commits, 2020/10/13
- 20/25: gnu: gstreamer: Update to 1.18.0., guix-commits, 2020/10/13
- 21/25: gnu: libcap: Make 'libcap/next' the default libcap., guix-commits, 2020/10/13
- 02/25: gnu: MariaDB: Update to 10.5.6., guix-commits, 2020/10/13
- 03/25: gnu: MariaDB: Skip replication tests.,
guix-commits <=
- 10/25: gnu: libinput: Update to 1.16.2., guix-commits, 2020/10/13
- 07/25: gnu: tzdata: Update to 2020b., guix-commits, 2020/10/13
- 11/25: gnu: elogind: Update to 243.7., guix-commits, 2020/10/13
- 12/25: gnu: GTK+: Update to 3.24.3., guix-commits, 2020/10/13
- 13/25: gnu: ImageMagick: Update to 6.9.11-34., guix-commits, 2020/10/13
- 14/25: gnu: python-cryptography: Update to 3.1.1., guix-commits, 2020/10/13
- 15/25: gnu: libva: Update to 2.9.0., guix-commits, 2020/10/13
- 17/25: gnu: xkeyboard-config: Update to 2.31., guix-commits, 2020/10/13
- 19/25: gnu: libcyaml: Fix build with libyaml 0.2.5., guix-commits, 2020/10/13
- 23/25: gnu: libsndfile: Remove graft for 1.0.30., guix-commits, 2020/10/13