Expand chaos test suite and fix test reliability
11 files · 72+ · 62-

Chaos test suite

4 files changed
  • test_circuit_breaker_chaos.py Circuit breaker chaos tests
  • test_file_lock_chaos.py File lock chaos tests
  • test_logger_chaos.py Logger chaos tests
  • test_retry_chaos.py Retry chaos tests
  • Added chaos tests for circuit breaker, file lock, logger, and retry modules qualify internal
    1 file
    • test_circuit_breaker_chaos.py

Test reliability fixes

3 files changed
  • test_async_locks.py Fixed async lock test reliability
  • test_bootstrap.py Fixed bootstrap test
  • test_async_stream.py Fixed async stream test
  • Fixed flaky tests in async locks, config bootstrap, and process streaming remediate internal
    1 file
    • test_async_locks.py