diff options
| author | Petr Vaněk <arkamar@atlas.cz> | 2022-09-23 09:53:56 +0200 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2022-09-25 02:20:27 +0100 |
| commit | fd92a504228d5932eaaf750ea469e8ed63b3fd04 (patch) | |
| tree | d4b4d5be4b50aa6033188e4728e04ab79706cb80 /dev-db/redis/redis-7.0.4.ebuild | |
| parent | 9c93e299c4c4db9edf7c120a87a6f132cbbdfef8 (diff) | |
| download | gentoo-fd92a504228d5932eaaf750ea469e8ed63b3fd04.tar.gz gentoo-fd92a504228d5932eaaf750ea469e8ed63b3fd04.tar.bz2 gentoo-fd92a504228d5932eaaf750ea469e8ed63b3fd04.zip | |
dev-db/redis: fix sometime failing tests due to bgsaveerr issue
This change backports patch from upstream PR #11043 in order to properly
solve bug #872278 reported for version 7.0.4 which affects version 7.0.5
as well. In upstream, the fix is not part of 7.0 branch, it is only
present in unstable branch.
Upstream-PR: https://github.com/redis/redis/pull/11043
Bug: https://bugs.gentoo.org/860372
Bug: https://bugs.gentoo.org/872278
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-db/redis/redis-7.0.4.ebuild')
| -rw-r--r-- | dev-db/redis/redis-7.0.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-db/redis/redis-7.0.4.ebuild b/dev-db/redis/redis-7.0.4.ebuild index 773c003e309f..2cf77ae9969e 100644 --- a/dev-db/redis/redis-7.0.4.ebuild +++ b/dev-db/redis/redis-7.0.4.ebuild @@ -53,6 +53,7 @@ PATCHES=( "${FILESDIR}"/${PN}-6.2.3-ppc-atomic.patch "${FILESDIR}"/${PN}-sentinel-5.0-config.patch "${FILESDIR}"/${PN}-7.0.4-no-which.patch + "${FILESDIR}"/${PN}-7.0.4-replica-tests-fix.patch ) src_prepare() { |
