pyvider-rpcplugin
2025-05-30
Removed test log files, merged handshake and socket error fix branch
15 files · 193+ · 4,678-
Remove Diagnostic Logs
9 files changed
client.pytest.log.txtDiagnostic log removedcore.pytest.log.txtDiagnostic log removedcrypto.pytest.log.txtDiagnostic log removedhandshake.pytest.log.txtDiagnostic log removedprotocol.pytest.log.txtDiagnostic log removedserver.pytest.log.txtDiagnostic log removedtest_config.py.pytest.log.txtDiagnostic log removedtest_factories.py.pytest.log.txtDiagnostic log removedtransport.pytest.log.txtDiagnostic log removed
- Removed all 9 pytest log files from
tests/logs/totaling ~4600 lines: qualify behavioral9 files
client.pytest.log.txtcore.pytest.log.txtcrypto.pytest.log.txthandshake.pytest.log.txtprotocol.pytest.log.txtserver.pytest.log.txttest_config.py.pytest.log.txttest_factories.py.pytest.log.txttransport.pytest.log.txt
Error Handling
4 files changed
server.pyModified (+70/-51)tcp.pyModified (+15/-4)unix.pyModified (+14/-2)transport.pyModified (+1/-1)
- Updated
server.py(121 lines) with improved error recovery and shutdown decouple internal1 file
server.py
- Updated
transport/tcp.py(19 lines) andtransport/unix.py(16 lines) with fixes remediate internal3 files
tcp.pyunix.pytransport.py
- Merged branch
fix/handshake-unix-socket-errorsremediate internal1 file
unix.py
Transport Suite Updates
3 files changed
transport.pyModified (+1/-1)test_transport_suite.pyModified (+3/-4)test_transport_suite_2.pyModified (+90/-23)