mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 16:57:55 +01:00
gnu: MariaDB: Skip replication tests.
* gnu/packages/databases.scm (mariadb)[arguments]: Add "--skip-rpl" to mtr invocation.
This commit is contained in:
parent
525ebb8508
commit
b2bb04bde5
1 changed files with 4 additions and 0 deletions
|
@ -874,6 +874,10 @@ (define-public mariadb
|
|||
"--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))
|
||||
|
|
Loading…
Reference in a new issue