qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] tests: multifd migration test scenarios


From: Balamuruhan S
Subject: [Qemu-devel] [PATCH 0/2] tests: multifd migration test scenarios
Date: Thu, 5 Jul 2018 13:30:15 +0530

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]