All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] tests/functional: Fix ppc64 issue with make -j
@ 2026-02-04 17:23 Fabiano Rosas
  2026-02-04 17:23 ` [PATCH v2 1/4] tests/functional/migration: Use socket_dir Fabiano Rosas
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Fabiano Rosas @ 2026-02-04 17:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth, berrange, peterx

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/2306044343

v1:
https://lore.kernel.org/r/20260128142829.25326-1-farosas@suse.de

Fabiano Rosas (4):
  tests/functional/migration: Use socket_dir
  tests/functional/migration: Add migrate_vms
  tests/functional/migration: Use the migrate_vms helper
  tests/functional/ppc64: Remove custom migration routine

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

-- 
2.51.0



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

end of thread, other threads:[~2026-02-26  7:48 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-04 17:23 [PATCH v2 0/4] tests/functional: Fix ppc64 issue with make -j Fabiano Rosas
2026-02-04 17:23 ` [PATCH v2 1/4] tests/functional/migration: Use socket_dir Fabiano Rosas
2026-02-06 12:20   ` Thomas Huth
2026-02-04 17:23 ` [PATCH v2 2/4] tests/functional/migration: Add migrate_vms Fabiano Rosas
2026-02-04 19:06   ` Peter Xu
2026-02-06 12:22   ` Thomas Huth
2026-02-04 17:23 ` [PATCH v2 3/4] tests/functional/migration: Use the migrate_vms helper Fabiano Rosas
2026-02-04 19:08   ` Peter Xu
2026-02-06 12:24   ` Thomas Huth
2026-02-04 17:23 ` [PATCH v2 4/4] tests/functional/ppc64: Remove custom migration routine Fabiano Rosas
2026-02-04 19:51   ` Peter Xu
2026-02-06 12:37     ` Thomas Huth
2026-02-25 18:20       ` Fabiano Rosas
2026-02-26  7:47         ` Thomas Huth
2026-02-16  8:49   ` Aditya Gupta
2026-02-25  7:23   ` Aditya Gupta
2026-02-25  7:39     ` Thomas Huth

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.