diff options
author | Joshua Watt <jpewhacker@gmail.com> | 2019-09-26 14:23:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-09-27 13:02:19 +0100 |
commit | 2ac500a609e10b0f1aba698f756a0fc9d022240f (patch) | |
tree | 358d349ecaa8342ee24ee5c8ec342351295a0db0 /bitbake/lib/hashserv/client.py | |
parent | 1805574559c3862eaf1fd4ff9a9fc8a05556a8ce (diff) | |
download | poky-2ac500a609e10b0f1aba698f756a0fc9d022240f.tar.gz |
bitbake: hashserv: Don't daemonize server process
The hash server process is terminated and waited on with join(), so it
should not be a daemon. Daemonizing it cause races with the server
cleanup, especially in the selftest because the process may not have
terminated and cleanup up its socket before the test cleanup runs and
tries to do it.
[YOCTO #13542]
(Bitbake rev: 7c829675581818f92d57056b57fbd3880829b6bd)
Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/hashserv/client.py')
0 files changed, 0 insertions, 0 deletions