micropython/tests/multi_net
Carlosgg e793718491 extmod/asyncio: Fix `Stream.wait_closed`.
Leaving pending bytes at server side will cause the socket to be closed
promptly when `Stream.wait_closed` is called which raises `ECONNRESET`
at client side.

The fix is to make sure there is no pending data and then close the
socket.

Signed-off-by: Carlos Gil <carlosgilglez@gmail.com>
2024-01-28 04:09:05 +00:00
..
asyncio_tcp_client_rst.py
asyncio_tcp_client_rst.py.exp
asyncio_tcp_close_write.py
asyncio_tcp_close_write.py.exp
asyncio_tcp_readall.py
asyncio_tcp_readall.py.exp
asyncio_tcp_readexactly.py
asyncio_tcp_readexactly.py.exp
asyncio_tcp_readinto.py
asyncio_tcp_readinto.py.exp
asyncio_tcp_server_client.py
asyncio_tcp_server_client.py.exp
asyncio_tcp_server_client_drain.py extmod/asyncio: Fix `Stream.wait_closed`. 2024-01-28 04:09:05 +00:00
asyncio_tcp_server_client_drain.py.exp extmod/asyncio: Fix `Stream.wait_closed`. 2024-01-28 04:09:05 +00:00
asyncio_tls_server_client.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
asyncio_tls_server_client.py.exp extmod/asyncio: Add ssl support with SSLContext. 2023-12-14 12:20:19 +11:00
asyncio_tls_server_client_cert_required_error.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
asyncio_tls_server_client_cert_required_error.py.exp extmod/asyncio: Add ssl support with SSLContext. 2023-12-14 12:20:19 +11:00
asyncio_tls_server_client_readline.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
asyncio_tls_server_client_readline.py.exp extmod/asyncio: Add ssl support with SSLContext. 2023-12-14 12:20:19 +11:00
asyncio_tls_server_client_verify_error.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
asyncio_tls_server_client_verify_error.py.exp extmod/asyncio: Add ssl support with SSLContext. 2023-12-14 12:20:19 +11:00
expired_cert.der extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
rsa_cert.der tests/multi_net: Generate smaller certs with 2048-bit RSA. 2024-01-05 11:34:01 +11:00
rsa_key.der tests/multi_net: Generate smaller certs with 2048-bit RSA. 2024-01-05 11:34:01 +11:00
ssl_cert_rsa.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
ssl_cert_rsa.py.exp
ssl_data.py
ssl_data.py.exp
sslcontext_check_hostname_error.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
sslcontext_check_hostname_error.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
sslcontext_getpeercert.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
sslcontext_getpeercert.py.exp extmod/modssl_mbedtls: Make SSLSocket.getpeercert() optional. 2023-12-12 21:21:54 +11:00
sslcontext_server_client.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
sslcontext_server_client.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
sslcontext_server_client_ciphers.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
sslcontext_server_client_ciphers.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
sslcontext_server_client_files.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
sslcontext_server_client_files.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
sslcontext_verify_error.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
sslcontext_verify_error.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
sslcontext_verify_time_error.py tests/run-multitests.py: Change to dir of test script when running it. 2024-01-05 11:05:34 +11:00
sslcontext_verify_time_error.py.exp extmod/modssl_mbedtls: Add SSLContext certificate methods. 2023-12-12 16:25:07 +11:00
tcp_accept_recv.py
tcp_client_rst.py
tcp_data.py
udp_data.py