qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel]  [PATCH 0/2] tests: multifd migration test scenarios
@ 2018-07-05  8:00 Balamuruhan S
  2018-07-05  8:00 ` [Qemu-devel] [PATCH 1/2] tests: add precopy multifd migration test with unix Balamuruhan S
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Balamuruhan S @ 2018-07-05  8:00 UTC (permalink / raw)
  To: qemu-devel; +Cc: dgilbert, quintela, peterx, Balamuruhan S

This patchset adds test scenarios for precopy multifd migration
using fd and unix.

Also I am working on adding scenarios in tp-qemu using Avocado-VT
and observed `Segmentation fault` with recently added test scenario
using fd where as unix and tcp got PASS, 

https://github.com/autotest/tp-qemu/pull/1433

so thought to recreate using qtest but it works fine here, I will debug
more whether it is a test environment issue or real bug meanwhile.

QTest results:
# QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 \
QTEST_QEMU_IMG=qemu-img MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( \
${RANDOM:-0} % 255 + 1))} gtester -k --verbose -m=quick \
tests/migration-test
TEST: tests/migration-test... (pid=23465)
  /ppc64/migration/deprecated: OK
  /ppc64/migration/bad_dest: OK
  /ppc64/migration/postcopy/unix: OK
  /ppc64/migration/precopy/unix: OK
  /ppc64/migration/multifd/unix: OK
  /ppc64/migration/multifd/fd: OK
PASS: tests/migration-test

Please help review,

-- Bala

Balamuruhan S (2):
  tests: add precopy multifd migration test
  tests: add precopy multifd migration with fd protocol

 tests/migration-test.c | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 88 insertions(+)

-- 
2.14.3

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2018-07-06  5:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-05  8:00 [Qemu-devel] [PATCH 0/2] tests: multifd migration test scenarios Balamuruhan S
2018-07-05  8:00 ` [Qemu-devel] [PATCH 1/2] tests: add precopy multifd migration test with unix Balamuruhan S
2018-07-05  9:19   ` Peter Xu
2018-07-05  8:00 ` [Qemu-devel] [PATCH 2/2] tests: add precopy multifd migration with fd protocol Balamuruhan S
2018-07-05  9:26   ` Peter Xu
2018-07-05 12:52     ` Balamuruhan S
2018-07-06  4:37       ` Peter Xu
2018-07-06  5:51         ` Balamuruhan S
2018-07-05  8:06 ` [Qemu-devel] [PATCH 0/2] tests: multifd migration test scenarios no-reply

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