mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: redis: Skip OOM score test.
Since "daemon: Sacrifice builders on OOM." the default OOM score has changed to 1000, which effictively render this test impossible to pass. * gnu/packages/databases.scm (redis): Skip OOM score test. Change-Id: I92ff49425faa755cd4d0a22a33bf8b1fea03d25a
This commit is contained in:
parent
7e7cd642d7
commit
e72150039f
1 changed files with 5 additions and 0 deletions
|
@ -2606,6 +2606,11 @@ (define-public redis
|
|||
;; "background AOF rewrite to finish", perhaps because dead
|
||||
;; processes persist as zombies in the build environment.
|
||||
(("unit/aofrw") "")
|
||||
;; The OOM score tests try to raise the current OOM score, but
|
||||
;; our build environment already sets it for all children to
|
||||
;; the highest possible one (1000). We can't lower it because
|
||||
;; we don't have CAP_SYS_RESOURCE.
|
||||
(("unit/oom-score-adj") "")
|
||||
(("integration/aof(-multi-part)?") "")
|
||||
(("integration/failover") "")
|
||||
(("integration/replication-4") "")
|
||||
|
|
Loading…
Reference in a new issue