Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 935622 - dev-python/pytest-reraise-2.1.2 fails tests: FAILED test_multiple_exceptions.py::test_reraise_first - assert False
Summary: dev-python/pytest-reraise-2.1.2 fails tests: FAILED test_multiple_exceptions....
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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-07-06 06:13 UTC by Agostino Sarubbo
Modified: 2024-07-06 06:13 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,65.93 KB, text/plain)
2024-07-06 06:13 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-07-06 06:13:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/pytest-reraise-2.1.2 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-07-06 06:13:29 UTC
Created attachment 897122 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-07-06 06:13:30 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  AssertionError: assert 0 == -1
  AssertionError: assert 1 == -1
  AssertionError: assert False
>           assert thread_id == -1
    def run(thread_id: int):
E           assert 1 == -1
E       AssertionError: assert 'assert 0 == -1' in 'thread_id = 1
FAILED test_multiple_exceptions.py::test_reraise_first - assert False
FAILED test_multiple_exceptions.py::test_reraise_last - assert False
FAILED test_multiple_exceptions.py::test_reraise_multiple_threads_first - ass...
FAILED test_multiple_exceptions.py::test_reraise_multiple_threads_last - asse...
FAILED tests/test_reraise.py::test_multiple_exceptions - AssertionError: assert 'assert 0 == -1' in 'thread_id = 1
test_multiple_exceptions.py:44: AssertionError'
tests/test_reraise.py::test_multiple_exceptions FAILED                    [3/6]
        with reraise: