]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oeqa/target/ssh: Ensure EAGAIN doesn't truncate output
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 27 Jul 2023 14:17:32 +0000 (15:17 +0100)
committerSteve Sakoman <steve@sakoman.com>
Mon, 11 Sep 2023 15:22:20 +0000 (05:22 -1000)
commit605d832e86f249100adaf3761b4e1701401d0b76
tree8b90f5954cc9ac2f4bb0ec80e8da6e7eedbdedf1
parent1f35336edf13496432fb68e7e048a5c137fc3e47
oeqa/target/ssh: Ensure EAGAIN doesn't truncate output

We have a suspicion that the read() call may return EAGAIN on the non-blocking
fd and this may truncate test output leading to some of our intermittent failures.
Tweak the code to avoid this potential issue.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a8920c105725431e989cceb616bd04eaa52127ec)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/core/target/ssh.py