[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] tests/docker: Refresh APT cache before installi
From: |
Paolo Bonzini |
Subject: |
Re: [Qemu-devel] [PATCH] tests/docker: Refresh APT cache before installing new packages on Debian |
Date: |
Wed, 24 Jul 2019 13:45:05 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 24/07/19 13:25, Thomas Huth wrote:
> Was the test running on a machine with heavy load? In that case, the
> test thread just might have been suspended for too long...
> We might need to set the "wiggle" parameter there to a higher value
> (like 5 seconds maybe)?
> Or maybe we should fence the check_time() related tests with "if
> (g_test_slow())" to make sure that they are not run on CI systems anymore...
There were 4 stuck FreeBSD test VMs on the patchew machine. I've fixed
that, and I will switch the tester to run in a systemd scope so that
timeouts clean up all processes properly.
Paolo