Forkpty replace#21
Conversation
|
/split-pr |
|
Split complete. Open these pull requests:
|
|
/split-pr |
1 similar comment
|
/split-pr |
|
Split complete. Open these pull requests:
|
|
/split-pr |
|
To open the split PRs under your GitHub account (so you can edit and close them), please authorize the app. Once authorized, the split will run automatically. The link expires in 1 hour; comment |
|
/split-pr |
|
You need to wait 5 minutes before calling |
|
Split complete. Open these pull requests:
|
a5dde78 to
a0ccc75
Compare
Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: rkishner <rkishner@redhat.com>
a0ccc75 to
0c9c757
Compare
|
/split-pr |
|
You have reached the maximum daily limit for |
|
/split-pr |
|
You have reached the maximum daily limit for |
|
/split-pr |
1 similar comment
|
/split-pr |
|
Your GitHub authorization has expired. The split PRs were created by the app bot instead of your account. To have future splits opened under your account, please re-authorize the app. |
|
Split complete. Open these pull requests:
|
|
/split-pr |
|
You need to wait 5 minutes before calling |
|
/split-pr |
|
Split complete. Open these pull requests:
|
|
/split-pr |
|
Your GitHub authorization has expired. The split PRs were created by the app bot instead of your account. To have future splits opened under your account, please re-authorize the app. |
|
Split complete. Open these pull requests:
|
|
/split-pr |
|
To open the split PRs under your GitHub account (so you can edit and close them), please authorize the app. Once authorized, the split will run automatically. The link expires in 1 hour; comment |
What this PR does / why we need it:
replace pexpect.spawn with pty+subprocess to avoid forkpty
Which issue(s) this PR fixes:
DeprecationWarning on
test_vm_consoleSpecial notes for reviewer:
The following warning was shown:
/tmp/pr-tests/.local/share/uv/python/cpython-3.14.5-linux-x86_64-gnu/lib/python3.14/pty.py:66: DeprecationWarning: This process (pid=110) is multi-threaded, use of forkpty() may lead to deadlocks in the child.jira-ticket:
NONE