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:
Josselin Poiret 2024-05-05 19:51:03 +02:00 committed by Ludovic Courtès
parent 7e7cd642d7
commit e72150039f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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") "")