Message311354
$ ./python -We -m test test_coroutines
Run tests sequentially
0:00:00 load avg: 0.29 [1/1] test_coroutines
Exception ignored in: <coroutine object OriginTrackingTest.test_origin_tracking_warning.<locals>.corofn at 0x7fc5fc692cb8>
Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/warnings.py", line 511, in _warn_unawaited_coroutine
warn(msg, category=RuntimeWarning, stacklevel=2, source=coro)
RuntimeWarning: coroutine 'OriginTrackingTest.test_origin_tracking_warning.<locals>.corofn' was never awaited
test test_coroutines failed -- Traceback (most recent call last):
File "/home/serhiy/py/cpython/Lib/test/test_coroutines.py", line 2167, in test_origin_tracking_warning
msg = check(0, f"coroutine '{corofn.__qualname__}' was never awaited")
File "/home/serhiy/py/cpython/Lib/test/test_coroutines.py", line 2161, in check
self.assertTrue(len(wlist) == 1)
AssertionError: False is not true
test_coroutines failed
1 test failed:
test_coroutines
Total duration: 371 ms
Tests result: FAILURE
This isn't release blocker, because the test is failed, not crashed, and seems this is just a test issue. |
|
| Date |
User |
Action |
Args |
| 2018-01-31 18:29:07 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, yselivanov |
| 2018-01-31 18:29:07 | serhiy.storchaka | set | messageid: <1517423347.93.0.467229070634.issue32733@psf.upfronthosting.co.za> |
| 2018-01-31 18:29:07 | serhiy.storchaka | link | issue32733 messages |
| 2018-01-31 18:29:07 | serhiy.storchaka | create | |
|