All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] postcopy test under load
@ 2017-11-22 10:59 Dr. David Alan Gilbert
  0 siblings, 0 replies; only message in thread
From: Dr. David Alan Gilbert @ 2017-11-22 10:59 UTC (permalink / raw)
  To: peter.maydell; +Cc: qemu-devel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-22 11:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-22 10:59 [Qemu-devel] postcopy test under load Dr. David Alan Gilbert

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.