https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/ Issue: dev-db/redis-7.0.1 fails tests. Discovered on: amd64 (internal ref: ci)
CC'ing also the author of the commit (485c476f13aae63bdb0b927bf52278ba6cce5715)
Created attachment 784502 [details] build.log build log and emerge --info
Error(s) that match a know pattern in addition to what has been reported in the summary: [ok]: BITCOUNT syntax error #1 (1 ms) [ok]: BITCOUNT syntax error #2 (0 ms) [ok]: COMMAND LIST syntax error (0 ms) [ok]: GEOADD update with XX NX option will return syntax error (0 ms) [ok]: GEORADIUS STORE option: syntax error (1 ms) [ok]: GEOSEARCHSTORE STORE option: syntax error (0 ms) [ok]: RESTORE can detect a syntax error for unrecongized options (0 ms) [ok]: Subcommand syntax error crash (issue #10070) (0 ms) [ok]: Test selector syntax error reports the error in the selector context (0 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL (411 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL even when use pcall (101 ms) [ok]: Timedout read-only scripts can be killed by SCRIPT KILL even when use pcall (164 ms) [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL (210 ms) [ok]: Timedout scripts that modified data can't be killed by SCRIPT KILL (211 ms) [ok]: ZADD with options syntax error with incomplete pair - listpack (1 ms) [ok]: ZADD with options syntax error with incomplete pair - skiplist (0 ms)
This issue is related to a fix https://github.com/redis/redis/pull/10271, where the Active defrag eval scripts test was introduced. It affects all 7.0* versions. Interestingly, this test pass on my dev machine, however, it fails in docker (`gentoo/stage3` image).
*** Bug 856358 has been marked as a duplicate of this bug. ***
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08da6b4d3871c9c7046746e5b0daf10ca9616f2f commit 08da6b4d3871c9c7046746e5b0daf10ca9616f2f Author: Petr Vaněk <arkamar@atlas.cz> AuthorDate: 2022-07-12 07:45:00 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-07-12 08:57:01 +0000 dev-db/redis: Disable "Active defrag eval scripts" test in redis-7* This test was introduced in upstream PR [1], but it fails in some situations, like when the src_test phase is run in a container. At least this is where I was able to reproduce it. [1] https://github.com/redis/redis/pull/10271 Closes: https://bugs.gentoo.org/851654 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org> dev-db/redis/redis-7.0.1-r1.ebuild | 2 ++ dev-db/redis/redis-7.0.2.ebuild | 2 ++ 2 files changed, 4 insertions(+)