Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927887 - dev-python/trio-websocket-0.11.1 fails tests
Summary: dev-python/trio-websocket-0.11.1 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: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-26 08:47 UTC by Agostino Sarubbo
Modified: 2024-06-19 17:21 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,118.75 KB, text/plain)
2024-03-26 08:47 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-03-26 08:47:31 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/trio-websocket-0.11.1 fails tests.
Discovered on: arm (internal ref: tinderbox_arm)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-26 08:47:33 UTC
Created attachment 888651 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-26 08:47:34 UTC
Error(s) that match a know pattern:


FAILED tests/test_connection.py::test_client_close_timeout - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_connection.py::test_client_connect_networking_error - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_connection.py::test_client_open_timeout - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_connection.py::test_finalization_dropped_exception - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_connection.py::test_handshake_exception_before_accept - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_connection.py::test_reject_handshake - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_connection.py::test_reject_handshake_invalid_info_status - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
tests/test_connection.py::test_client_close_timeout FAILED              [41/58]
tests/test_connection.py::test_client_connect_networking_error FAILED   [42/58]
tests/test_connection.py::test_client_open_timeout FAILED               [40/58]
tests/test_connection.py::test_finalization_dropped_exception FAILED    [57/58]
tests/test_connection.py::test_handshake_exception_before_accept FAILED [26/58]
tests/test_connection.py::test_reject_handshake FAILED                  [27/58]
tests/test_connection.py::test_reject_handshake_invalid_info_status FAILED [28/58]
Comment 3 Larry the Git Cow gentoo-dev 2024-06-19 17:21:53 UTC
The bug has been closed via the following commit(s):

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

commit aca656d931bc6dbd4d6c9783048d79ff3d64705e
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-06-19 16:13:18 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-06-19 17:21:30 +0000

    dev-python/trio-websocket: Deselect tests broken by new trio
    
    Closes: https://bugs.gentoo.org/927887
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 dev-python/trio-websocket/trio-websocket-0.11.1.ebuild | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)