Skip to content

4.9.5

Choose a tag to compare

@juanjux juanjux released this 09 Jul 12:30
bf4e879

Bug Fixes

  • tracing: This fix resolves a rare issue that could cause an application to hang after forking a child process.
  • CI Visibility: Fixes spurious git warnings when running tests with pytest-xdist. Simultaneous git fetch --update-shallow calls now retry with exponential back-off on .git/shallow.lock contention, skip the fetch entirely once a sibling worker has already unshallowed the repository, and run under the C locale so the contention check is robust against non-English git messages. git merge-base is deferred until after unshallowing so the required commits are available locally.
  • CI Visibility: This fix resolves an issue where quarantined tests were not retried by Auto Test Retry (ATR).