-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
Description
FAIL: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\a\cpython\cpython\Lib\test\test_asyncgen.py", line 1075, in test_async_gen_asyncio_gc_aclose_09
self.assertEqual(DONE, 1)
AssertionError: 0 != 1
and then:
Re-running test_asyncgen in verbose mode (matching: test_async_gen_asyncio_gc_aclose_09)
test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09) ... FAIL
Task was destroyed but it is pending!
task: <Task pending name='Task-2' coro=<<async_generator_athrow without __name__>()> wait_for=<Future finished result=None>>
======================================================================
FAIL: test_async_gen_asyncio_gc_aclose_09 (test.test_asyncgen.AsyncGenAsyncioTest.test_async_gen_asyncio_gc_aclose_09)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\a\cpython\cpython\Lib\test\test_asyncgen.py", line 1075, in test_async_gen_asyncio_gc_aclose_09
self.assertEqual(DONE, 1)
AssertionError: 0 != 1
----------------------------------------------------------------------
Ran 1 test in 0.206s
FAILED (failures=1)
test test_asyncgen failed
build: https://github.com/python/cpython/actions/runs/6105856789/job/16569987356?pr=109060
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done