This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients corona10, iritkatriel, vstinner
Date 2021-08-12.14:17:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628777823.0.0.793740163321.issue44895@roundup.psfhosted.org>
In-reply-to
Content
I am not more lucky in the main branch. I ran it for 30 minutes and it didn't fail.

$ ./python -m test -R 3:3 test_exceptions -m test_no_hang_on_context_chain_cycle2 -m test_recursion_normalizing_infinite_exception -m test_recursion_in_except_handler -m test_recursion_normalizing_with_no_memory -F -j1
(...)
0:31:15 load avg: 1.88 [184] test_exceptions passed
beginning 6 repetitions
123456
......
^C
Kill <TestWorkerProcess #1 running test=test_exceptions pid=173796 time=4.2 sec> process group

== Tests result: INTERRUPTED ==
Test suite interrupted by signal SIGINT.

184 tests OK.

Total duration: 31 min 19 sec
Tests result: INTERRUPTED


I tested commit 8ac0886091c27bf4b6bb0a9b571e174b554d31a4.
History
Date User Action Args
2021-08-12 14:17:03vstinnersetrecipients: + vstinner, corona10, iritkatriel
2021-08-12 14:17:02vstinnersetmessageid: <1628777823.0.0.793740163321.issue44895@roundup.psfhosted.org>
2021-08-12 14:17:02vstinnerlinkissue44895 messages
2021-08-12 14:17:02vstinnercreate