Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 924831 - dev-python/immutabledict-4.1.0 fails tests: FAILED test_immutabledict.py::TestImmutableDict::test_performance[for v in d.values(): s += 1] - assert 0.1377847627736628 < (1.4 0.09144475730136037)
Summary: dev-python/immutabledict-4.1.0 fails tests: FAILED test_immutabledict.py::Tes...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petr Vaněk
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-02-17 19:40 UTC by Agostino Sarubbo
Modified: 2024-02-19 08:40 UTC (History)
0 users

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


Attachments
build.log (build.log,57.48 KB, text/plain)
2024-02-17 19:40 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 2024-02-17 19:40:52 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/immutabledict-4.1.0 fails tests.
Discovered on: amd64 (internal ref: slibtool_tinderbox)
System: SLIBTOOL-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#SLIBTOOL)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-02-17 19:40:54 UTC
Created attachment 885247 [details]
build.log

build log and emerge --info
Comment 2 Petr Vaněk gentoo-dev 2024-02-18 10:01:08 UTC
I can only reproduce this issue occasionally, when the computer is under heavy load, which most probably is the case in tinderbox. I simulate the high load with the following command:

seq $NPROC | xargs -n1 -P$NPROC sh -c 'cat /dev/zero > /dev/null'
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2024-02-18 10:09:49 UTC
Ultimately, it's a perf test, so we can probably just skip it.
Comment 4 Larry the Git Cow gentoo-dev 2024-02-19 08:40:17 UTC
The bug has been closed via the following commit(s):

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

commit 92bccf72e0be2371816b65c0f85824b99b0345d0
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-02-19 08:37:04 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-02-19 08:38:44 +0000

    dev-python/immutabledict: deselect performance test
    
    Closes: https://bugs.gentoo.org/924831
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 dev-python/immutabledict/immutabledict-4.1.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)