qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] 9pfs: test suite fixes
@ 2020-11-01 15:12 Christian Schoenebeck
  2020-11-01 14:25 ` [PATCH v3 1/2] tests/9pfs: make create/remove test dir public Christian Schoenebeck
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Christian Schoenebeck @ 2020-11-01 15:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: Greg Kurz

Fixes test failures with the 9pfs 'local' tests as discussed with latest
9P PR. See the discussion of that PR v2 (Fri, Oct 30th) for details.

In conjunction with Peter Xu's two migration patches (fixing occasional
lockups of migration tests) overall situation appears to be smooth now:
https://lore.kernel.org/qemu-devel/20201030135350.GA588069@xz-x1/

v2->v3:

  - Make the two functions for creating and removing the 9pfs test directory
    public [NEW patch 1].

  - Place the constructor and destructor functions in virtio-9p-test.c, not
    in virtio-9p.c, because the latter location would cause the constructor
    to be executed whenever libqos is loaded, which would break other,
    completely unrelated tests suites that just link to libqos [patch 2].

  - Previous patch 2 (coverity fix) is already queued, no changes, hence
    omitted in this v3.

v1->v2:

  - Added Greg's tested-by tag [patch 1].

  - Log an info-level message if mkdir() failed [patch 2].

  - Update commit log message about coverity being the reporter and
    details of the coverity report [patch 2].

Christian Schoenebeck (2):
  tests/9pfs: make create/remove test dir public
  tests/9pfs: fix test dir for parallel tests

 tests/qtest/libqos/virtio-9p.c | 20 ++++++++++----------
 tests/qtest/libqos/virtio-9p.h | 10 ++++++++++
 tests/qtest/virtio-9p-test.c   | 12 ++++++++++++
 3 files changed, 32 insertions(+), 10 deletions(-)

-- 
2.20.1



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

end of thread, other threads:[~2020-11-01 19:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-01 15:12 [PATCH v3 0/2] 9pfs: test suite fixes Christian Schoenebeck
2020-11-01 14:25 ` [PATCH v3 1/2] tests/9pfs: make create/remove test dir public Christian Schoenebeck
2020-11-01 17:03   ` Greg Kurz
2020-11-01 14:37 ` [PATCH v3 2/2] tests/9pfs: fix test dir for parallel tests Christian Schoenebeck
2020-11-01 17:44   ` Greg Kurz
2020-11-01 19:14     ` Christian Schoenebeck
2020-11-01 19:31       ` Greg Kurz
2020-11-01 18:02 ` [PATCH v3 0/2] 9pfs: test suite fixes Mark Cave-Ayland
2020-11-01 19:17   ` Christian Schoenebeck
2020-11-01 19:35     ` Mark Cave-Ayland

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