[codex] Promote green Linux socket candidates - #275
Conversation
Greptile SummaryPromotes 10 repeatedly-green phase-1 Linux socket tests into the hard baseline (18→28), shrinks Confidence Score: 5/5Safe to merge — purely additive allowlist promotion with matching doc updates and no logic changes. All changes are mechanical: moving test names between two bash arrays and updating integer counts in two markdown files. The numbers are consistent (28 BASELINE entries match the declared count; 1 CANDIDATES_PHASE1 entry matches). No control-flow, no new code paths, and no risk of regressions. No files require special attention. Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[tests_v2/*.py — 123 files on disk] --> B{run-socket-tests.sh}
B --> C[BASELINE — 28 tests\nfailure fails the job]
B --> D{CMUX_TEST_PHASE1=1?}
D -- yes --> E[CANDIDATES_PHASE1 — 1 test\ntest_sprint_b_core_parity\nnon-fatal]
D -- no --> F[Skip candidates]
C --> G[TAP result + exit code]
E --> G
G -->|FAIL > 0| H[exit 1]
G -->|FAIL = 0| I[exit 0]
Reviews (1): Last reviewed commit: "Merge branch 'main' into codex/tin183-pr..." | Re-trigger Greptile |
Summary
test_sprint_b_core_parityas the only non-fatal candidate for the known Linux remote-workspace parity gapValidation
bash -n scripts/run-socket-tests.shgit diff --checkLinear