10.1.x: Stabilize post and slow_post autests under parallel runs (#12886) - #13525
Merged
Conversation
* Stabilize thread_config autest startup ordering -- gate check_threads on ATS port readiness to avoid validation races. * Stabilize post/slow_post autests -- add explicit origin readiness checks in post-early-return; accept microserver exception variant for Fedora 43. * Revert thread_config PortOpen change per review -- keep ATS startup gating on existing readiness behavior, move upstream readiness to server Ready fields. * Replace nc-based server with mock_origin.py -- server1.sh only accepts one TCP connection (consumed by readiness probe). mock_origin.py absorbs probes, sends configured response, and drains request data to prevent TCP RST / 502. * Remove unused server1.sh replaced by mock_origin.py (cherry picked from commit a1ac1db)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #12886 (a1ac1db) to 10.1.x.
This PR fixes
server_abortso CI can pass for 10.1.x.