unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#73628] [PATCH] gnu: redis: Update to 7.2.5.
@ 2024-10-04 17:02 Hilton Chain via Guix-patches via
  2024-11-02  5:05 ` [bug#73628] [PATCH v2] gnu: redis: Update to 7.2.6 Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-10-04 17:02 UTC (permalink / raw)
  To: 73628; +Cc: Hilton Chain

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#73628] [PATCH v2] gnu: redis: Update to 7.2.6.
  2024-10-04 17:02 [bug#73628] [PATCH] gnu: redis: Update to 7.2.5 Hilton Chain via Guix-patches via
@ 2024-11-02  5:05 ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2024-11-02  5:05 UTC (permalink / raw)
  To: 73628; +Cc: Hilton Chain

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

Change-Id: Ife107541697fda4f0928497560871f8ffb07d445
---

 V1 -> V2: 7.2.5 -> 7.2.6.

 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 06158f19e7..4816cefecd 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2578,14 +2578,14 @@ (define-public unqlite
 (define-public redis
   (package
     (name "redis")
-    (version "7.0.12")
+    (version "7.2.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.redis.io/releases/redis-"
                                   version".tar.gz"))
               (sha256
                (base32
-                "1dwayif99cipf0xs26zipbnj800px31pbsxz747bzclb4xdkvn4x"))
+                "03ixkzdc43lr4q3my0yax1f1gqz6sr6hch5qdipmbd725xxdc47v"))
               (modules '((guix build utils)))
               (snippet
                ;; Delete bundled jemalloc, as the package will use the libc one
@@ -2616,15 +2616,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: ea11d3608566174c4bae70faa4f9d0c67748d2db
--
2.46.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-11-02  5:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-04 17:02 [bug#73628] [PATCH] gnu: redis: Update to 7.2.5 Hilton Chain via Guix-patches via
2024-11-02  5:05 ` [bug#73628] [PATCH v2] gnu: redis: Update to 7.2.6 Hilton Chain via Guix-patches via

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).