Fixed xfailed/xpassed tests, updated examples 01-09 for compatibili...
62 files · 3,486+ · 3,874-

Xfail/xpass Resolution

10 files changed
  • base.py Updated client/base.py
  • connection.py Updated client/connection.py
  • config.py Updated config.py
  • __init__.py Updated crypto/__init__.py
  • certificate.py Updated crypto/certificate.py
  • debug.py Updated crypto/debug.py
  • generators.py Updated crypto/generators.py
  • exception.py Updated exception.py
  • factories.py Updated factories.py
  • handshake.py Updated handshake.py
  • Resolved xfailed and xpassed test issues for clean test output qualify behavioral
    3 files
    • base.py
    • connection.py
    • config.py
  • Updated benchmark scripts with improved measurement patterns decouple internal
    5 files
    • benchmark_throughput_unix.py
    • benchmark_concurrency.py
    • benchmark_connection_speed.py
    • benchmark_high_concurrency.py
    • benchmark_throughput.py

Compatibility and Style Pass

10 files changed
  • base.py Updated client/base.py
  • connection.py Updated client/connection.py
  • config.py Updated config.py
  • __init__.py Updated crypto/__init__.py
  • certificate.py Updated crypto/certificate.py
  • debug.py Updated crypto/debug.py
  • generators.py Updated crypto/generators.py
  • exception.py Updated exception.py
  • factories.py Updated factories.py
  • handshake.py Updated handshake.py
  • Updated examples 01-09 with consistent style and corrected API usage remediate internal
    3 files
    • base.py
    • connection.py
    • config.py
  • Major reduction of 09_custom_protocols.py (1202 lines of changes, simplified) decouple internal
    5 files
    • 09_custom_protocols.py
    • grpc_broker_pb2.pyi
    • grpc_controller_pb2.pyi
    • grpc_stdio_pb2.pyi
    • grpc_stdio_pb2_grpc.py
  • Updated performance tuning, error handling, and async pattern examples decouple internal
    3 files
    • base.py
    • connection.py
    • config.py
  • Updated production config and server setup examples baseline internal
    3 files
    • base.py
    • connection.py
    • config.py