diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-19 00:00:25 +0100 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2023-07-07 04:30:26 -1000 |
commit | d29645a048593cb4c6da3cbb41a72c129d7db4e2 (patch) | |
tree | cbb7613a46eeeba9d43c09f956edfa7c838f6a74 /scripts/lib/devtool/standard.py | |
parent | f984dc425eae814fc091335e4ae0e96e62911146 (diff) | |
download | poky-d29645a048593cb4c6da3cbb41a72c129d7db4e2.tar.gz |
ptest-runner: Ensure data writes don't race
Currently the code can race as there is a read/write thread handling the stdio but
there is no guarantee that when the process exits, the thread has handled all the
data. This results in output where "END:" isn't actually at the end of the logs
but somewhere in the middle of the output.
Update to a revision with this fix.
(From OE-Core rev: d73b83da26722890dac8ac9bea19890927b9ea3b)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6608ee551ed7e8864cdeabfb09832621313d3191)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions