You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_base_events.py::BaseEventLoopWithSelectorTests: test_log_slow_callbacks: fails on 3.5 and 3.6
test_tasks.py::RunCoroutineThreadsafeTests:
test_run_coroutine_threadsafe_task_factory_exception: fails on 3.7 and 3.8
test_run_coroutine_threadsafe_task_cancelled: fails on 3.8
test_run_coroutine_threadsafe_with_timeout: fails on 3.8
test_events.py::FooEventLoopTests for each event loop type Foo supported by the platform:
test_create_ssl_connection, test_create_ssl_unix_connection: fails on Unix on older 3.7.x, older 3.6.x, and older-or-maybe-all 3.5.x
test_legacy_create_ssl_connection, test_legacy_create_ssl_unix_connection: same behavior but no problems on 3.7.x (possibly because the test is gone)
test_streams.py::StreamReaderTests (renamed to StreamTests on 3.7):
test_open_connection_no_loop_ssl, test_open_unix_connection_no_loop_ssl: same pattern as the create_ssl tests in the previous bullet
These are currently skipped or xfailed in tests/python/conftest.py. We should at minimum understand why they're failing. (I personally suspect that many of these are artifacts of the multi-thread approach we're using to support starting and stopping the loop multiple times.)
The text was updated successfully, but these errors were encountered:
test_base_events.py::RunningLoopTests
:test_running_loop_within_a_loop
: hangstest_base_events.py::BaseEventLoopWithSelectorTests
:test_log_slow_callbacks
: fails on 3.5 and 3.6test_tasks.py::RunCoroutineThreadsafeTests
:test_run_coroutine_threadsafe_task_factory_exception
: fails on 3.7 and 3.8test_run_coroutine_threadsafe_task_cancelled
: fails on 3.8test_run_coroutine_threadsafe_with_timeout
: fails on 3.8test_events.py::FooEventLoopTests
for each event loop typeFoo
supported by the platform:test_create_ssl_connection
,test_create_ssl_unix_connection
: fails on Unix on older 3.7.x, older 3.6.x, and older-or-maybe-all 3.5.xtest_legacy_create_ssl_connection
,test_legacy_create_ssl_unix_connection
: same behavior but no problems on 3.7.x (possibly because the test is gone)test_streams.py::StreamReaderTests
(renamed toStreamTests
on 3.7):test_open_connection_no_loop_ssl
,test_open_unix_connection_no_loop_ssl
: same pattern as the create_ssl tests in the previous bulletThese are currently skipped or xfailed in tests/python/conftest.py. We should at minimum understand why they're failing. (I personally suspect that many of these are artifacts of the multi-thread approach we're using to support starting and stopping the loop multiple times.)
The text was updated successfully, but these errors were encountered: