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.txt Diagnostic log removed
  • core.pytest.log.txt Diagnostic log removed
  • crypto.pytest.log.txt Diagnostic log removed
  • handshake.pytest.log.txt Diagnostic log removed
  • protocol.pytest.log.txt Diagnostic log removed
  • server.pytest.log.txt Diagnostic log removed
  • test_config.py.pytest.log.txt Diagnostic log removed
  • test_factories.py.pytest.log.txt Diagnostic log removed
  • transport.pytest.log.txt Diagnostic log removed
  • Removed all 9 pytest log files from tests/logs/ totaling ~4600 lines: qualify behavioral
    9 files
    • client.pytest.log.txt
    • core.pytest.log.txt
    • crypto.pytest.log.txt
    • handshake.pytest.log.txt
    • protocol.pytest.log.txt
    • server.pytest.log.txt
    • test_config.py.pytest.log.txt
    • test_factories.py.pytest.log.txt
    • transport.pytest.log.txt

Error Handling

4 files changed
  • server.py Modified (+70/-51)
  • tcp.py Modified (+15/-4)
  • unix.py Modified (+14/-2)
  • transport.py Modified (+1/-1)
  • Updated server.py (121 lines) with improved error recovery and shutdown decouple internal
    1 file
    • server.py
  • Updated transport/tcp.py (19 lines) and transport/unix.py (16 lines) with fixes remediate internal
    3 files
    • tcp.py
    • unix.py
    • transport.py
  • Merged branch fix/handshake-unix-socket-errors remediate internal
    1 file
    • unix.py

Transport Suite Updates

3 files changed
  • transport.py Modified (+1/-1)
  • test_transport_suite.py Modified (+3/-4)
  • test_transport_suite_2.py Modified (+90/-23)
  • Updated transport fixture with minor fix qualify internal
    1 file
    • transport.py
  • Updated test_transport_suite.py and test_transport_suite_2.py with refined test scenarios qualify internal
    3 files
    • transport.py
    • test_transport_suite.py
    • test_transport_suite_2.py