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 serhiy.storchaka
Recipients serhiy.storchaka, yselivanov
Date 2018-01-31.18:29:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517423347.93.0.467229070634.issue32733@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./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.
History
Date User Action Args
2018-01-31 18:29:07serhiy.storchakasetrecipients: + serhiy.storchaka, yselivanov
2018-01-31 18:29:07serhiy.storchakasetmessageid: <1517423347.93.0.467229070634.issue32733@psf.upfronthosting.co.za>
2018-01-31 18:29:07serhiy.storchakalinkissue32733 messages
2018-01-31 18:29:07serhiy.storchakacreate