all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 73628@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#73628] [PATCH] gnu: redis: Update to 7.2.5.
Date: Sat,  5 Oct 2024 01:02:36 +0800	[thread overview]
Message-ID: <2d4244ac27b8d41bcdc179c1e3b128f9e2c85764.1728061250.git.hako@ultrarare.space> (raw)

* gnu/packages/databases.scm (redis): Update to 7.2.5.
[arguments]<#:phases>: Update failing tests.

Change-Id: I2809140a7d95bfee8ec55a8263e917b17a4d8aa6
---
 gnu/packages/databases.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 784e633626..bfd8236755 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2568,14 +2568,14 @@ (define-public unqlite
 (define-public redis
   (package
     (name "redis")
-    (version "7.0.12")
+    (version "7.2.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.redis.io/releases/redis-"
                                   version".tar.gz"))
               (sha256
                (base32
-                "1dwayif99cipf0xs26zipbnj800px31pbsxz747bzclb4xdkvn4x"))
+                "0ga27q8666bhnbzvwmmcgypr3nmfmyn53ncipq1iyfgq0sbig0ar"))
               (modules '((guix build utils)))
               (snippet
                ;; Delete bundled jemalloc, as the package will use the libc one
@@ -2606,15 +2606,13 @@ (define-public redis
                 ;; "background AOF rewrite to finish", perhaps because dead
                 ;; processes persist as zombies in the build environment.
                 (("unit/aofrw") "")
+                (("integration/aof([^-]|-multi-part)") "")
                 ;; 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") "")
-                (("integration/replication-psync") "")
                 (("integration/replication[^-]") "")))))))
     (native-inputs (list pkg-config procps tcl which))
     (synopsis "Key-value cache and store")

base-commit: 9d7c13ddf7ead80dd3ec8a465b2621ccfa601cb9
-- 
2.46.0





             reply	other threads:[~2024-10-04 17:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-04 17:02 Hilton Chain via Guix-patches via [this message]
2024-11-02  5:05 ` [bug#73628] [PATCH v2] gnu: redis: Update to 7.2.6 Hilton Chain via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2d4244ac27b8d41bcdc179c1e3b128f9e2c85764.1728061250.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=73628@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.