From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
To: peter.maydell@linaro.org
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] postcopy test under load
Date: Wed, 22 Nov 2017 10:59:58 +0000 [thread overview]
Message-ID: <20171122105957.GC2443@work-vm> (raw)
Hi Peter,
I was trying to reproduce the occasional travis postcopy
test case failures you were seeing; I can reproduce them but
only with tcg - which makes me wonder if the problem is in
the test or actually in tcg.
My test is:
export QTEST_QEMU_BINARY=wherever/try/x86_64-softmmu/qemu-system-x86_64
cd whereever/try
for NUM in $(seq 1 100)
do
echo 'while true; do ./tests/migration-test || break; done' | taskset 2 bash &
done
so all of the instances are pinned to one core using taskset.
I had 100 instances of kvm running overnight (x86-64) and didn't
hit any problems.
30 instances of tcg hit the problem in 5 minutes (x86-64 on x86-64).
Dave
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK
reply other threads:[~2017-11-22 11:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20171122105957.GC2443@work-vm \
--to=dgilbert@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.