[PATCH 0/3] tests/functional: Fix ppc64 issue with make -j

Fabiano Rosas posted 3 patches 1 week, 2 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20260128142829.25326-1-farosas@suse.de
Maintainers: Peter Xu <peterx@redhat.com>, Fabiano Rosas <farosas@suse.de>, Nicholas Piggin <npiggin@gmail.com>, Harsh Prateek Bora <harshpb@linux.ibm.com>
There is a newer version of this series
tests/functional/migration.py            | 31 ++++++++++++++----------
tests/functional/ppc64/test_migration.py | 11 ---------
tests/functional/ppc64/test_pseries.py   |  6 +++--
3 files changed, 22 insertions(+), 26 deletions(-)
[PATCH 0/3] tests/functional: Fix ppc64 issue with make -j
Posted by Fabiano Rosas 1 week, 2 days ago
As reported in [1], running the ppc64 functional tests in parallel is
currently broken due to one test importing another and causing
unittest.main to instantiate the imported test twice. Fix by removing
the dependency between tests.

1- https://lore.kernel.org/r/aXOGKb88Yho2jb_o@li-3c92a0cc-27cf-11b2-a85c-b804d9ca68fa.ibm.com
CI run: https://gitlab.com/farosas/qemu/-/pipelines/2289828999

Fabiano Rosas (3):
  tests/functional/migration: Use socket_dir
  tests/functional/migration: Accept vm objects in do_migrate
  tests/functional/ppc64: Remove custom migration routine

 tests/functional/migration.py            | 31 ++++++++++++++----------
 tests/functional/ppc64/test_migration.py | 11 ---------
 tests/functional/ppc64/test_pseries.py   |  6 +++--
 3 files changed, 22 insertions(+), 26 deletions(-)

-- 
2.51.0