New submission from Stéphane Wirtel <steph...@wirtel.be>:

======================================================================
ERROR: test_start_tls_server_1 
(test.test_asyncio.test_sslproto.SelectorStartTLSTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/home/stephane/src/github.com/python/cpython-original/Lib/test/test_asyncio/test_sslproto.py",
 line 510, in test_start_tls_server_1
    self.loop.run_until_complete(run_main())
  File 
"/home/stephane/src/github.com/python/cpython-original/Lib/asyncio/base_events.py",
 line 589, in run_until_complete
    return future.result()
  File 
"/home/stephane/src/github.com/python/cpython-original/Lib/test/test_asyncio/test_sslproto.py",
 line 503, in run_main
    await asyncio.wait_for(
  File 
"/home/stephane/src/github.com/python/cpython-original/Lib/asyncio/tasks.py", 
line 461, in wait_for
    raise exceptions.TimeoutError()
asyncio.exceptions.TimeoutError

my current revision: 3e028b2d40370dc986b6f3146a7ae927bc119f97

system: fedora 29
compiled with gcc

gcc (GCC) 8.2.1 20181215 (Red Hat 8.2.1-6)

No issue on Travis, but this test fails on my computer and I cleaned my repo 
with git clean -dfqx

----------
files: stdout.txt
messages: 335596
nosy: matrixise
priority: normal
severity: normal
status: open
title: ./python -m test test_asyncio fails
versions: Python 3.8
Added file: https://bugs.python.org/file48143/stdout.txt

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35998>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to