Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 930383 - dev-python/sqlparse-0.5.0 fails tests: FAILED test_regressions.py::test_max_recursion - TypeError: couldnt record exception context for exception RecursionError..
Summary: dev-python/sqlparse-0.5.0 fails tests: FAILED test_regressions.py::test_max_r...
Status: CONFIRMED
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-04-21 18:45 UTC by Agostino Sarubbo
Modified: 2024-04-21 18:45 UTC (History)
0 users

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


Attachments
build.log (build.log,159.08 KB, text/plain)
2024-04-21 18:45 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-04-21 18:45:46 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: dev-python/sqlparse-0.5.0 fails tests.
Discovered on: amd64 (internal ref: gcc14_tinderbox)
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-04-21 18:45:48 UTC
Created attachment 891276 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-04-21 18:45:48 UTC
Error(s) that match a know pattern in addition to what has been reported in the summary:


  myId TINYINT NOT NULL,
  myName VARCHAR2(100) NOT NULL
(
)'
)' == 'Create table myTable
E           TypeError: couldn't record exception context for exception 'RecursionError', got: RecursionError('maximum recursion depth exceeded')
E       AssertionError: assert 'Create table myTable
FAILED tests/test_regressions.py::test_max_recursion - TypeError: couldn't record exception context for exception 'RecursionError'...
myName VARCHAR2(100) NOT NULL
tests/test_regressions.py::test_max_recursion FAILED                  [358/454]