fix(console): restore stdout after logout - #218
Merged
Conversation
zoeyrose
marked this pull request as ready for review
August 13, 2026 22:12
Member
Author
|
Delivery update for the final head
The exact interactive replay, shutdown, reset, and preservation commands are in the PR’s Manual verification section. This host’s topology staging guard failed closed twice before process startup, so no live server replay was run here and no shared state was changed. |
|
🎉 This PR is included in version 4.2.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
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.
Summary
Issue linkage
Implements the physical-owner change for Classic issue 262. This cross-repository PR intentionally does not close that issue.
Coordinates
mainat63952c73a08a9d9d4a99fdf08dcccda22ca9faaefix/python-console-logout-livelockata36defbaaeba9f32dae8f87aa1b6d8d928900d4c/workspaces/atrinik/workspace/worktrees/content/issue-262-python-consoleValidation
python3 -m unittest tools.tests.test_python_commands -vpython3 tools/validate.pygit diff --checkissue-262-python-console.The final profile’s integrated Classic build succeeded. Live topology staging was attempted twice and failed closed before process startup because the wrapper detected a changed staging destination; no topology or shared state was modified. The regression tests cover the affected Python stdout/invalid-activator lifecycle directly.
Manual verification
On a host with a display and a working wrapper topology staging environment:
Log in with the locally retrieved scenario credentials, open
/console, runprint('output'), disconnect withoutexit(), then reconnect. The server should remain responsive and no invalid-activator console flush traceback should appear. Repeat by resetting only after shutdown with./atrinik scenario reset issue-262-python-console; retain the scenario and worktree while this PR is open.