ci(python): require full runtime mutation matrix - #370
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
🛡️ Codex Security Review · Automatically triggeredSecurity review completed. No security issues were found in this pull request. Reviewed commit: Only the user who started this review can view the report in Codex. ℹ️ About Codex security reviews in GitHubThis is an experimental Codex feature. Security reviews are triggered when:
Once complete, Codex will leave suggestions, or a comment if no findings are found. |
|
@codex review Please review exact head 49e73ec. The previous head received clean code and security reviews. Its final durable mutation job exposed one timeout when the wrapper dropped retry=False; this update adds a direct native StepConfig assertion before any scheduling. The exact mutant is now killed with zero timeout, and the full canonical checks pass (2263 tests, 100% runtime coverage). All 23 other runtime module mutation jobs passed on the preceding head. This is review cycle 2 of 3. |
|
Codex Review: Didn't find any major issues. What shall we delve into next? Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
🛡️ Codex Security Review · Automatically triggeredSecurity review completed. No security issues were found in this pull request. Reviewed commit: Only the user who started this review can view the report in Codex. ℹ️ About Codex security reviews in GitHubThis is an experimental Codex feature. Security reviews are triggered when:
Once complete, Codex will leave suggestions, or a comment if no findings are found. |
|
@codex review Please review exact head 37fe230. Both prior code and security reviews were clean. The new full CI run exposed two additional timeout paths: a dropped bootstrap refresh token reached an indirect refresh scenario before its direct assertion, and an inverted EOF check repeatedly read an empty upload stream. Existing bootstrap assertions now run first, and a bounded EOF source rejects a second terminal read. Both exact mutants are killed with zero timeout. All canonical checks pass (2264 tests,100% runtime coverage). This is review cycle3. |
|
Codex Review: Didn't find any major issues. Keep it up! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
🛡️ Codex Security Review · Automatically triggeredSecurity review completed. No security issues were found in this pull request. Reviewed commit: Only the user who started this review can view the report in Codex. ℹ️ About Codex security reviews in GitHubThis is an experimental Codex feature. Security reviews are triggered when:
Once complete, Codex will leave suggestions, or a comment if no findings are found. |
Require the complete handwritten Python runtime inventory to pass native Mutmut on every PR. CI assigns all 24 modules to native selectors;
Mutation Gaterequires every result, andQuality Gatealso requires Python 3.11–3.14 checks. Localpoe qualityruns the same inventory. Missing reports, survivors, uncovered code, timeouts, crashes, and incomplete runs fail. Statically invalid mutants and functionless modules are reported separately.The cleanup preserves connection-string query fields and zero-window realtime batching. Native URL/string operations remove equivalent parser branches, and strict eager pairing validates fetch result counts before delivery. Deterministic tests cover cancellation, queue accounting, batching defaults, capacity, credential preservation, upload termination, and durable retry configuration. Existing pytest-order support runs bounded defect assertions before scenarios that could otherwise hang.
Validation: the complete 24-module CI matrix and required Quality Gate pass on
37fe230. Canonicalpoe checkspasses with 2,264 tests, 100% runtime line/branch coverage, strict lint/types, deterministic generation, and isolated wheel/sdist/optional-dependency/type consumers. Exact-head Codex code and security reviews report no findings. Shared scenarios are unchanged; Hosting’s static contract and SDK harness tests passed with Hosting #1315.