]> code.ossystems Code Review - openembedded-core.git/commit
qemurunner: In the logging thread retry on EAGAIN, EWOULDBLOCK
authorRandy Witt <randy.e.witt@linux.intel.com>
Wed, 26 Aug 2015 07:15:15 +0000 (00:15 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 26 Aug 2015 07:23:41 +0000 (08:23 +0100)
commit2f5cbfee0ab1189fbb83f0e785d79c8d123fccc2
tree956c2a07c3b72c1ed4dedddb2bd9c7e8599ec9ff
parentf59c875fea839052b5bdd950cb74e0c60a0ba946
qemurunner: In the logging thread retry on EAGAIN, EWOULDBLOCK

On a nonblocking socket an exception can be generated for the EAGAIN
and EWOULDBLOCK errnos. Since these aren't actually errors make sure to
retry rather than bailing out.

Signed-off-by: Randy Witt <randy.e.witt@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/utils/qemurunner.py