Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927347 - dev-python/quart-trio-0.11.1 fails tests
Summary: dev-python/quart-trio-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 (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-20 10:40 UTC by Agostino Sarubbo
Modified: 2024-06-14 15:55 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,74.02 KB, text/plain)
2024-03-20 10: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-03-20 10:40:45 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/quart-trio-0.11.1 fails tests.
Discovered on: x86 (internal ref: tinderbox_x86)
System: GCC-14-SYSTEM (https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#GCC-14)

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

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-20 10:40:48 UTC
Error(s) that match a know pattern:


      | quart.testing.connections.WebsocketResponseError: <TrioResponse [201 CREATED]>
      | quart.testing.connections.WebsocketResponseError: <TrioResponse [401 UNAUTHORIZED]>
      | quart.testing.connections.WebsocketResponseError: <TrioResponse [500 INTERNAL SERVER ERROR]>
FAILED tests/test_app.py::test_websocket_exception_group_handling - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_app.py::test_websocket_exception_group_unhandled - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
FAILED tests/test_basic.py::test_websocket_abort - exceptiongroup.ExceptionGroup: Exceptions from Trio nursery (1 sub-exception)
Comment 3 Larry the Git Cow gentoo-dev 2024-06-14 15:55:02 UTC
The bug has been closed via the following commit(s):

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

commit 694cf260c304be0a7c27171b566e75bc73a737a5
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-06-14 15:51:40 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-06-14 15:54:55 +0000

    dev-python/quart-trio: Backport a test fix for new trio
    
    Closes: https://bugs.gentoo.org/927347
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 .../files/quart-trio-0.11.1-trio-0.25.patch        | 73 ++++++++++++++++++++++
 dev-python/quart-trio/quart-trio-0.11.1.ebuild     |  5 ++
 2 files changed, 78 insertions(+)