Re: [PATCH v2 04/16] tests/docker: reduce scary warnings from failed inspect

2019-09-23 Thread Alex Bennée
Cleber Rosa writes: > On Thu, Sep 19, 2019 at 06:10:03PM +0100, Alex Bennée wrote: >> There is a race here in the clean-up code so lets just accept that >> sometimes the active task we just looked up might have finished before >> we got to inspect it. >> >> Signed-off-by: Alex Bennée >> --- >>

Re: [PATCH v2 04/16] tests/docker: reduce scary warnings from failed inspect

2019-09-23 Thread Cleber Rosa
On Thu, Sep 19, 2019 at 06:10:03PM +0100, Alex Bennée wrote: > There is a race here in the clean-up code so lets just accept that > sometimes the active task we just looked up might have finished before > we got to inspect it. > > Signed-off-by: Alex Bennée > --- > tests/docker/docker.py | 32 ++

[PATCH v2 04/16] tests/docker: reduce scary warnings from failed inspect

2019-09-19 Thread Alex Bennée
There is a race here in the clean-up code so lets just accept that sometimes the active task we just looked up might have finished before we got to inspect it. Signed-off-by: Alex Bennée --- tests/docker/docker.py | 32 ++-- 1 file changed, 18 insertions(+), 14 deleti