Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907243 - dev-python/whatthepatch-1.0.5 fails tests
Summary: dev-python/whatthepatch-1.0.5 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-27 11:02 UTC by Agostino Sarubbo
Modified: 2024-06-20 14:23 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2023-05-27 11:02:12 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/whatthepatch-1.0.5 fails tests.
Discovered on: amd64 (internal ref: ci)
Comment 1 Agostino Sarubbo gentoo-dev 2023-05-27 11:02:59 UTC
Error(s) that match a know pattern:


E           AssertionError: 20 not greater than 3056.2131218910217
FAILED tests/test_patch.py::PatchTestSuite::test_huge_patch - AssertionError:...
Comment 2 Agostino Sarubbo gentoo-dev 2023-05-27 11:08:36 UTC
https://dev.gentoo.org/~ago/907243.xz
Comment 3 Larry the Git Cow gentoo-dev 2024-06-20 14:23:59 UTC
The bug has been closed via the following commit(s):

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

commit 6ef0dbe10983c569ac2734913085b93ea7d564b7
Author:     Petr Vaněk <arkamar@gentoo.org>
AuthorDate: 2024-06-20 14:16:55 +0000
Commit:     Petr Vaněk <arkamar@gentoo.org>
CommitDate: 2024-06-20 14:23:31 +0000

    dev-python/whatthepatch: deselect huge_patch test
    
    The huge_patch test measures performance of the parser together with
    test data preparation. It could take long time in some interpreters,
    therefore, let's deselect it. This is also related to [1], which
    addresses test problems.
    
    [1] https://github.com/cscorley/whatthepatch/pull/60
    
    Closes: https://bugs.gentoo.org/907243
    Signed-off-by: Petr Vaněk <arkamar@gentoo.org>

 dev-python/whatthepatch/whatthepatch-1.0.5.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)