Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PhysicalConsole: Fix UTF-8 related failure #1879

Closed
wants to merge 2 commits into from
Closed

PhysicalConsole: Fix UTF-8 related failure #1879

wants to merge 2 commits into from

Conversation

zmc
Copy link
Member

@zmc zmc commented Aug 2, 2023

Fixes: https://tracker.ceph.com/issues/62286

@dmick, I'm not sure if this was your intent, but we're logging a lot more now after #1869. For example:

$ grep -a -A1 "console.*\(expect before\|output\):" /a/zack-2023-08-02_18:04:55-powercycle-reef-distro-default-smithi/7358307/teuthology.log > /tmp/7358307_console.txt
$ wc -l /tmp/7358307_console.txt
76 /tmp/7358307_console.txt
$ wc -c /tmp/7358307_console.txt
53344 /tmp/7358307_console.txt53344

zmc added 2 commits August 2, 2023 11:04
Signed-off-by: Zack Cerza <zack@redhat.com>
... in pexpect.spawn() calls.

Fixes: https://tracker.ceph.com/issues/62226

Signed-off-by: Zack Cerza <zack@redhat.com>
@zmc zmc requested a review from dmick August 2, 2023 18:54
@zmc
Copy link
Member Author

zmc commented Aug 2, 2023

@zmc
Copy link
Member Author

zmc commented Aug 2, 2023

I just noticed I used the wrong tracker ID in the commit and the branch. I'm going to re-file this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants