[OE-core] [PATCH] oeqa/selftest/cases/devtool.py: avoid .pyc race

2020-09-30 Thread Tim Orling
From: Tim Orling In certain conditions, most likely under heavy load on the AutoBuilder, the prebuilt .pyc files are attempting to be executed before they have been completely copied. Avoid this by not copying the .pyc files (nor the __pycache__ directory). The impact of python3-native recreating

Re: [OE-core] [PATCH] oeqa/selftest/cases/devtool.py: avoid .pyc race

2020-09-29 Thread Khem Raj
On Mon, Sep 28, 2020 at 9:32 PM Tim Orling wrote: > > From: Tim Orling > > In certain conditions, most likely under heavy load on the > AutoBuiler, the prebuilt .pyc files are attempting to be > executed before they have been completely copied. Avoid > this by not copying the .pyc files (nor the

[OE-core] [PATCH] oeqa/selftest/cases/devtool.py: avoid .pyc race

2020-09-28 Thread Tim Orling
From: Tim Orling In certain conditions, most likely under heavy load on the AutoBuiler, the prebuilt .pyc files are attempting to be executed before they have been completely copied. Avoid this by not copying the .pyc files (nor the __pycache__ directory). The impact of python3-native recreating