Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 880395 - dev-libs/hiredis-1.0.2-r2 fails test - #59 We can set a custom RESP3 PUSH handler: FAILED
Summary: dev-libs/hiredis-1.0.2-r2 fails test - #59 We can set a custom RESP3 PUSH han...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sam James
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-11-08 10:27 UTC by Toralf Förster
Modified: 2024-04-19 09:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,18.20 KB, text/plain)
2022-11-08 10:27 UTC, Toralf Förster
Details
dev-libs:hiredis-1.0.2-r2:20221108-101447.log (dev-libs:hiredis-1.0.2-r2:20221108-101447.log,9.03 KB, text/plain)
2022-11-08 10:27 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,104.28 KB, text/plain)
2022-11-08 10:27 UTC, Toralf Förster
Details
environment (environment,63.76 KB, text/plain)
2022-11-08 10:27 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,17.80 KB, application/x-bzip)
2022-11-08 10:27 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,18.53 KB, application/x-bzip)
2022-11-08 10:27 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2022-11-08 10:27:03 UTC
#55 Can parse multi bulk replies: PASSED
#56 Can handle nested multi bulk replies: PASSED
#57 Can pass NULL to redisGetReply: PASSED
#58 RESP3 PUSH messages are handled out of band by default: PASSED
#59 We can set a custom RESP3 PUSH handler: FAILED
#60 With no handler, PUSH replies come in-band: PASSED
#61 With no PUSH handler, no replies are lost: FAILED

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no_multilib_systemd-j4_test-20221107-060003

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-12 *
clang/llvm (if any):
clang version 15.0.4
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/15/bin
Configuration file: /etc/clang/clang.cfg
/usr/lib/llvm/15
15.0.4
Python 3.10.8
Available Ruby profiles:
  [1]   ruby27 (with Rubygems)
  [2]   ruby31 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.64.0 *
php cli (if any):
  [1]   php7.4 *
  [2]   php8.0
GNU Make 4.4

  HEAD of ::gentoo
commit 766628b0c40a7600a4b89d26bfb9263a564fa6ea
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Tue Nov 8 10:02:03 2022 +0000

    2022-11-08 10:02:02 UTC

emerge -qpvO dev-libs/hiredis
[ebuild  N    ] dev-libs/hiredis-1.0.2-r2  USE="ssl test -examples -static-libs"
Comment 1 Toralf Förster gentoo-dev 2022-11-08 10:27:05 UTC
Created attachment 829111 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2022-11-08 10:27:06 UTC
Created attachment 829113 [details]
dev-libs:hiredis-1.0.2-r2:20221108-101447.log
Comment 3 Toralf Förster gentoo-dev 2022-11-08 10:27:07 UTC
Created attachment 829115 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2022-11-08 10:27:09 UTC
Created attachment 829117 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2022-11-08 10:27:10 UTC
Created attachment 829119 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2022-11-08 10:27:11 UTC
Created attachment 829121 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2024-04-19 09:37:10 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2799cb060ccd96724ef5f627ce94ab74547de2b9

commit 2799cb060ccd96724ef5f627ce94ab74547de2b9
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-04-19 09:19:14 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-04-19 09:35:47 +0000

    dev-libs/hiredis: correct hiredis-test parameter
    
    The -p parameter expects redis port, not PID.
    
    Tests still fail, but those issues were fixed in version 1.1.0, which is
    about to be stabilized, therefore, I don't think we have to spend time
    fixing them. Failures are most probably related to used redis server
    version, see comments in [1].
    
    [1] https://github.com/redis/hiredis/commit/b455b33818be4dab51777433fcac0d15e0c221ec
    
    Closes: https://bugs.gentoo.org/864795
    Closes: https://bugs.gentoo.org/866944
    Closes: https://bugs.gentoo.org/880395
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 dev-libs/hiredis/hiredis-1.0.2-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)