From af5bfe8b8dfbb37973658d022983a30c7467f520 Mon Sep 17 00:00:00 2001 From: Ahmed Ibrahim <219906144+aibrahim-oai@users.noreply.github.com> Date: Tue, 17 Mar 2026 06:17:15 +0000 Subject: [PATCH] Record validation pass 4 Co-authored-by: Codex --- .codex/flaky-test-triage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.codex/flaky-test-triage.md b/.codex/flaky-test-triage.md index 7556198bdc..efd2a9bae1 100644 --- a/.codex/flaky-test-triage.md +++ b/.codex/flaky-test-triage.md @@ -84,6 +84,7 @@ Older failures also appeared on Linux, but the repeated cross-PR signal is stron - Runs `23178075559` (`rust-ci`) and `23178075565` (`Bazel (experimental)`) finished green on head `d8450f8e2`. The code-mode runner now starts the initial yield timer only after the worker signals that execution has started, so `code_mode_yield_timeout_works_for_busy_loop` no longer races against worker startup latency. This is pass 1 of 5 after the latest failing run. - Runs `23179196582` (`rust-ci`) and `23179196522` (`Bazel (experimental)`) finished green on doc-only head `ad5be933d`, including the long-running Windows x64 and Windows arm64 `Tests` shards. That makes the current validation streak 2 of 5 after the latest failure. - Runs `23179852430` (`rust-ci`) and `23179852450` (`Bazel (experimental)`) finished green on doc-only head `e1e205c2d`, again including both Windows `Tests` shards. That extends the current validation streak to 3 of 5 after the latest failure. + - Runs `23180520306` (`rust-ci`) and `23180520302` (`Bazel (experimental)`) finished green on doc-only head `7814705a1`, including the long-running Windows x64 and Windows arm64 `Tests` shards. That extends the current validation streak to 4 of 5 after the latest failure. - Rationale: these failures are test-harness flakes, not product behaviors. The fixes keep the assertions intact and remove environment-sensitive startup and ordering hazards instead of stretching timeouts. ## Constraints @@ -131,3 +132,4 @@ Older failures also appeared on Linux, but the repeated cross-PR signal is stron | `d8450f8e2` | Fix code mode yield startup race | full pass | Runs `23178075559` (`rust-ci`) and `23178075565` (`Bazel (experimental)`) both finished green for the full PR, including the previously flaky `Tests — ubuntu-24.04 - x86_64-unknown-linux-gnu` shard and both Windows `Tests` jobs. The code-mode runner now starts the initial yield timer only after the worker signals that execution has started, so `yield_time_ms` measures script runtime rather than worker startup latency. This is pass 1 of 5 after the latest failing run. | | `ad5be933d` | Record validation pass 1 | full pass | Runs `23179196582` (`rust-ci`) and `23179196522` (`Bazel (experimental)`) finished green for the full PR, including the long-running Windows x64 and Windows arm64 `Tests` jobs. This extends the current streak to 2 consecutive full-suite green commits after `d8450f8e2`. | | `e1e205c2d` | Record validation pass 2 | full pass | Runs `23179852430` (`rust-ci`) and `23179852450` (`Bazel (experimental)`) finished green for the full PR, including both Windows `Tests` jobs. This extends the current streak to 3 consecutive full-suite green commits after `d8450f8e2`. | +| `7814705a1` | Record validation pass 3 | full pass | Runs `23180520306` (`rust-ci`) and `23180520302` (`Bazel (experimental)`) finished green for the full PR, including both Windows `Tests` jobs. This extends the current streak to 4 consecutive full-suite green commits after `d8450f8e2`. |