qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: fam@euphon.net, Laurent Vivier <lvivier@redhat.com>,
	alex.bennee@linaro.org,
	Xiao Guangrong <xiaoguangrong@tencent.com>,
	Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] [PATCH] tests/docker: Refresh APT cache before installing new packages on Debian
Date: Wed, 24 Jul 2019 13:25:06 +0200	[thread overview]
Message-ID: <25cbf95c-cf79-0cd8-497f-511a868d588a@redhat.com> (raw)
In-Reply-To: <d4992f3d-489a-644e-093f-dfbff27bdda8@redhat.com>

On 24/07/2019 12.46, Philippe Mathieu-Daudé wrote:
> Cc'ing the qtest maintainers and Xiao since I have no clue about this test.
> 
> On 7/23/19 7:20 PM, no-reply@patchew.org wrote:
>> Patchew URL: https://patchew.org/QEMU/20190723141528.18023-1-philmd@redhat.com/
>> ---
>> PASS 4 pxe-test /x86_64/pxe/ipv4/q35/virtio-net-pci
>> MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}  QTEST_QEMU_BINARY=x86_64-softmmu/qemu-system-x86_64 QTEST_QEMU_IMG=qemu-img tests/rtc-test -m=quick -k --tap < /dev/null | ./scripts/tap-driver.pl --test-name="rtc-test" 
>> **
>> ERROR:/tmp/qemu-test/src/tests/rtc-test.c:173:check_time: assertion failed (ABS(t - s) <= wiggle): (3 <= 2)
>> ERROR - Bail out! ERROR:/tmp/qemu-test/src/tests/rtc-test.c:173:check_time: assertion failed (ABS(t - s) <= wiggle): (3 <= 2)

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...

 Thomas


  reply	other threads:[~2019-07-24 11:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-23 14:15 [Qemu-devel] [PATCH] tests/docker: Refresh APT cache before installing new packages on Debian Philippe Mathieu-Daudé
2019-07-23 17:20 ` no-reply
2019-07-24 10:46   ` Philippe Mathieu-Daudé
2019-07-24 11:25     ` Thomas Huth [this message]
2019-07-24 11:45       ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25cbf95c-cf79-0cd8-497f-511a868d588a@redhat.com \
    --to=thuth@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=fam@euphon.net \
    --cc=lvivier@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=xiaoguangrong@tencent.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).