[codex] Verify unified-exec relative workdir execution#28132
Open
Conversation
2834401 to
121c408
Compare
anp-oai
added a commit
that referenced
this pull request
Jun 13, 2026
anp-oai
commented
Jun 13, 2026
| Ok(()) | ||
| } | ||
|
|
||
| async fn assert_exec_process_reuses_id_after_spawn_failure(use_remote: bool) -> Result<()> { |
Collaborator
Author
There was a problem hiding this comment.
inline into caller
b519123 to
dec0c76
Compare
121c408 to
3abaa51
Compare
dec0c76 to
f6bef94
Compare
3abaa51 to
b82fa01
Compare
f6bef94 to
0151b45
Compare
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Close the gap where the relative-workdir integration test trusted event metadata without proving the child process used that directory.
Write a marker inside the requested relative workdir, read it from the spawned command, and assert both the lifecycle cwd and model-visible process output.
The focused test and
just fix -p codex-corepass. A fulljust testcompleted with 10,853 passing and 47 unrelated failures across existing config, permissions, sandbox, timing, and snapshot tests.