We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_client_certificate
1 parent 284ded4 commit 1356ae5Copy full SHA for 1356ae5
1 file changed
src/trio/_tests/test_ssl.py
@@ -587,6 +587,8 @@ def client() -> None:
587
# thread therefore finishes, setting client_done. With the old
588
# _ssl.py, the thread hangs and will be abandoned after the timeout,
589
# leaving client_done unset and thereby triggering the assertion error.
590
+ # (The general timeout imposed on tests is not only too long for this,
591
+ # but it also doesn't work, because the thread is not abandoned.)
592
#
593
# Potential problem: determinism. It is highly unlikely but I guess it
594
# could happen that the client thread doesn't get from .recv to
0 commit comments