Conversation
turn_operation_lookup_is_authenticated_read_only_and_survives_restart failed on Ubuntu CI (#6438 run 35886856223, job 107269234021) with "Mock Runtime execution scope is already owned" and passed 3/3 locally. The old test server tears its runtime down on its own thread after the abort, so its mock TaskManager can still hold the execution-scope owner lock after the RuntimeThreadManager the test waits on has dropped. Refusing a second owner is correct product behavior; the restart now retries only on that refusal, within the existing CI-scaled 10 s deadline, and any other startup error still fails immediately. Evidence: the test passes locally (1 passed, 0 failed); hosted load is the acceptance. TUI all-target/all-feature Clippy with CI flags passed. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This branch has not been deployed
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.
No-Issue: CI restart-timing flake found on an unrelated PR.
turn_operation_lookup_is_authenticated_read_only_and_survives_restart
failed on Ubuntu CI (#6438 run 35886856223, job 107269234021) with
"Mock Runtime execution scope is already owned" and passed 3/3 locally.
The old test server tears its runtime down on its own thread after the
abort, so its mock TaskManager can still hold the execution-scope owner
lock after the RuntimeThreadManager the test waits on has dropped.
Refusing a second owner is correct product behavior; the restart now
retries only on that refusal, within the existing CI-scaled 10 s
deadline, and any other startup error still fails immediately.
Evidence: the test passes locally (1 passed, 0 failed); hosted load is
the acceptance. TUI all-target/all-feature Clippy with CI flags passed.
🤖 Generated with Claude Code