Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 834617 - dev-python/fakeredis-1.9.0 fails tests on MUSL
Summary: dev-python/fakeredis-1.9.0 fails tests on MUSL
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-05 09:53 UTC by Agostino Sarubbo
Modified: 2022-08-17 07:14 UTC (History)
0 users

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


Attachments
build.log.xz (build.log.xz,46.40 KB, application/x-xz)
2022-03-05 09:53 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-03-05 09:53:09 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/fakeredis-1.7.1 fails tests.
Discovered on: amd64 (internal ref: tinderbox_musl)

NOTE:
This machine uses MUSL libc
Comment 1 Agostino Sarubbo gentoo-dev 2022-03-05 09:53:12 UTC
Created attachment 766331 [details]
build.log.xz

build log and emerge --info (compressed because it exceeds attachment limit, use 'xzless' to read it)
Comment 2 Agostino Sarubbo gentoo-dev 2022-03-05 09:53:13 UTC
Error(s) that match a know pattern:


        except AttributeError:
E           redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
FAILED test/test_hypothesis.py::TestConnection::test - redis.exceptions.Respo...
FAILED test/test_hypothesis.py::TestFuzz::test - redis.exceptions.ResponseErr...
FAILED test/test_hypothesis.py::TestHash::test - redis.exceptions.ResponseErr...
FAILED test/test_hypothesis.py::TestJoint::test - redis.exceptions.ResponseEr...
FAILED test/test_hypothesis.py::TestList::test - redis.exceptions.ResponseErr...
FAILED test/test_hypothesis.py::TestServer::test - redis.exceptions.ResponseE...
FAILED test/test_hypothesis.py::TestSet::test - redis.exceptions.ResponseErro...
FAILED test/test_hypothesis.py::TestString::test - redis.exceptions.ResponseE...
FAILED test/test_hypothesis.py::TestTransaction::test - redis.exceptions.Resp...
FAILED test/test_hypothesis.py::TestZSet::test - redis.exceptions.ResponseErr...
FAILED test/test_hypothesis.py::TestZSetNoScores::test - redis.exceptions.Res...
Comment 3 Agostino Sarubbo gentoo-dev 2022-08-17 07:14:16 UTC
tinderbox_musl has reproduced this issue with version 1.9.0 - Updating summary.