Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 920297 - dev-libs/hiredis-1.1.0-r1 fails tests: Connection error: Connection refused
Summary: dev-libs/hiredis-1.1.0-r1 fails tests: Connection error: Connection refused
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:
Depends on:
Blocks: 899512
  Show dependency tree
 
Reported: 2023-12-19 01:40 UTC by matoro
Modified: 2024-04-19 09:37 UTC (History)
1 user (show)

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


Attachments
build.log and emerge --info (file_920297.txt,17.00 KB, text/plain)
2023-12-19 01:42 UTC, matoro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description matoro archtester 2023-12-19 01:40:46 UTC
Attached log is from ppc64le but this reproduces on all platforms including amd64.

Reproducible: Always
Comment 1 matoro archtester 2023-12-19 01:42:31 UTC
Created attachment 879889 [details]
build.log and emerge --info
Comment 2 Larry the Git Cow gentoo-dev 2024-04-19 09:37:12 UTC
The bug has been closed via the following commit(s):

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

commit becc53b8cb7709117c324281a147c2e260cd42d6
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-04-19 08:39:10 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-04-19 09:35:46 +0000

    dev-libs/hiredis: fix tests for 1.1.0
    
    It was necessary to correct test parameters, because the -p parameter
    expects redis port number, not PID.
    
    All previously disabled tests pass, however, new "Async connect timeout"
    test was introduced in 1.1.0 version which requires non-localhost IP
    address. This test is disabled by a new patch which replaced the
    original one.
    
    Closes: https://bugs.gentoo.org/920297
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 .../files/hiredis-1.1.0-disable-network-tests.patch   | 19 +++++++++++++++++++
 dev-libs/hiredis/hiredis-1.1.0-r1.ebuild              |  6 +++---
 2 files changed, 22 insertions(+), 3 deletions(-)