Refactor OAuth store lock contention tests - #32801
Merged
copyberry[bot] merged 1 commit intoJul 13, 2026
Merged
Conversation
## What changed - Extend the lock-contention test helper with a callback that runs while the aggregate store lock is held. - Use a scoped worker thread and return its result directly after releasing the lock. - Reuse the helper for concurrent update tests covering both file and secrets credential stores. GitOrigin-RevId: 74b8b5370456e90ecd39fc2af2f0853594ca4f60
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/74b8b5370456e90ecd39fc2af2f0853594ca4f60
branch
from
July 13, 2026 13:57
2e1f5fe to
c7a4a7e
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/74b8b5370456e90ecd39fc2af2f0853594ca4f60
branch
July 13, 2026 13:58
davidedwardhaynes-alt
temporarily deployed
to
issue-triage
July 13, 2026 14:27 — with
GitHub Actions
Inactive
davidedwardhaynes-alt
temporarily deployed
to
issue-triage
July 13, 2026 14:27 — with
GitHub Actions
Inactive
davidedwardhaynes-alt
temporarily deployed
to
issue-triage
July 13, 2026 14:27 — with
GitHub Actions
Inactive
JW-Macosuser
temporarily deployed
to
issue-triage
July 13, 2026 15:00 — with
GitHub Actions
Inactive
ShravanSunder
temporarily deployed
to
issue-triage
July 13, 2026 15:09 — with
GitHub Actions
Inactive
ShravanSunder
temporarily deployed
to
issue-triage
July 13, 2026 15:09 — with
GitHub Actions
Inactive
ShravanSunder
temporarily deployed
to
issue-triage
July 13, 2026 15:09 — with
GitHub Actions
Inactive
coopersomsy494-spec
temporarily deployed
to
issue-triage
July 13, 2026 15:12 — with
GitHub Actions
Inactive
coopersomsy494-spec
temporarily deployed
to
issue-triage
July 13, 2026 15:12 — with
GitHub Actions
Inactive
coopersomsy494-spec
temporarily deployed
to
issue-triage
July 13, 2026 15:12 — with
GitHub Actions
Inactive
coopersomsy494-spec
temporarily deployed
to
issue-triage
July 13, 2026 15:13 — with
GitHub Actions
Inactive
MisterBrookT
temporarily deployed
to
issue-triage
July 13, 2026 15:28 — with
GitHub Actions
Inactive
MisterBrookT
temporarily deployed
to
issue-triage
July 13, 2026 15:28 — with
GitHub Actions
Inactive
MisterBrookT
temporarily deployed
to
issue-triage
July 13, 2026 15:28 — with
GitHub Actions
Inactive
MisterBrookT
temporarily deployed
to
issue-triage
July 13, 2026 15:29 — with
GitHub Actions
Inactive
alejandritox
temporarily deployed
to
issue-triage
July 13, 2026 15:30 — with
GitHub Actions
Inactive
alejandritox
temporarily deployed
to
issue-triage
July 13, 2026 15:30 — with
GitHub Actions
Inactive
alejandritox
temporarily deployed
to
issue-triage
July 13, 2026 15:30 — with
GitHub Actions
Inactive
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Refactor OAuth store lock contention tests
What changed
aggregate store lock is held.
lock.
credential stores.