Re: [OE-core] [PATCH 3/3] oeqa/runtime/cases/rpm.py: workaround race condition

2018-07-16 Thread ChenQi
I'll backport the patch, integrate it into the upgrade patch and send out V6. Best Regards, Chen Qi On 07/16/2018 07:15 PM, Burton, Ross wrote: Still refusing to accept a "sleep 1" on a race: 1) a 1 second sleep just makes the race rarer, a loaded host and you'll hit it again and want to push

Re: [OE-core] [PATCH 3/3] oeqa/runtime/cases/rpm.py: workaround race condition

2018-07-16 Thread Burton, Ross
Still refusing to accept a "sleep 1" on a race: 1) a 1 second sleep just makes the race rarer, a loaded host and you'll hit it again and want to push it to 2 seconds 2) Upstream fix at https://github.com/systemd/systemd/commit/86d18f3b09ec984ef3732567af992adb2dc77a8a Ross On 16 July 2018 at 04:2

[OE-core] [PATCH 3/3] oeqa/runtime/cases/rpm.py: workaround race condition

2018-07-15 Thread Chen Qi
With the recent change in new systemd version, it's possible that a user is deleted before stopping user-runtime-dir@xxx.service. See link below. https://github.com/systemd/systemd/issues/9541 Workaround this issue by delay for 1 second before deleting user. Signed-off-by: Chen Qi --- meta/l

[OE-core] [PATCH 3/3] oeqa/runtime/cases/rpm.py: workaround race condition

2018-07-12 Thread Chen Qi
With the recent change in new systemd version, it's possible that a user is deleted before stopping user-runtime-dir@xxx.service. See link below. https://github.com/systemd/systemd/issues/9541 Workaround this issue by delay for 1 second before deleting user. Signed-off-by: Chen Qi --- meta/l