One commit landed across OpenAI Codex (openai/codex) in the last 3 hours, and it's a focused test-suite reliability fix from jif.
What Changed
OAuth store lock contention tests refactored (#32801). Refactor OAuth store lock contention tests (jif) reworks how Codex exercises the OAuth credential store under concurrent access. Lock contention — two processes fighting over the same auth-store lock — is exactly the kind of race that flakes in CI and then bites you in production when a second Codex process tries to read credentials while the first is writing them. The refactor makes those contention paths deterministic to test rather than timing-dependent.
Why It Matters
It's a single commit, but it's in the right place. Codex's auth store is the gate every CLI session walks through, and a flaky contention test is a smell that the real lock handling might misbehave under load. Tightening the test now is cheaper than debugging a credential-store deadlock later. For the broader Codex reliability and feature picture, our Codex MCP timeouts, skill selection, and multi-agent coverage tracks the feature-side work landing alongside this.
Don't overpay for AI tools. Check aiFiesta for exclusive pricing on coding agents.
Top comments (0)