All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Henrique Barboza <dbarboza@ventanamicro.com>
To: qemu-devel@nongnu.org
Cc: thuth@redhat.com, alistair.francis@wdc.com, groug@kaod.org,
	peter.maydell@linaro.org, qemu_oss@crudebyte.com,
	Daniel Henrique Barboza <dbarboza@ventanamicro.com>
Subject: [PATCH for-9.0 v2 0/7] qtest/virtio-9p-test.c: fix slow tests
Date: Wed, 27 Mar 2024 06:31:37 -0300	[thread overview]
Message-ID: <20240327093144.781701-1-dbarboza@ventanamicro.com> (raw)

Hi,

In this new version I added a handful of patches to make it easier to
review, as suggested by Greg in v1.

Thomas, the changes made aren't negligible so I didn't add your
Tested-by. You're more than welcome to give this version a try :)

The first 2 patches are needed to ease the burden of individual test
changes. It was really annoying to deal with changing the dir name every
time a test was being removed. Parametrizing the dir name (and anything
that has the dir in it) makes it trivial to change the dir name when
needed.

I kept the slow revert patch (7) because this series is passing the Gitlab
CI with it:

https://gitlab.com/danielhb/qemu/-/pipelines/1228813691

I'll leave to the 9p maintainers to decide whether we should go ahead with
it or not. 

Changes from v1:
- patches 1 and 2 from v1: dropped
- patches 1 and 2 (new):
  - parametrize 'new_dir' name
- patches 3, 4, 5, 6 (new):
  - individual test consolidation
- v1 link: https://mail.gnu.org/archive/html/qemu-devel/2024-03/msg06146.html

Daniel Henrique Barboza (7):
  qtest/virtio-9p-test.c: add '_path' in path vars
  qtest/virtio-9p-test.c: parametrize 'dir' name in local tests
  qtest/virtio-9p-test.c: consolidate create dir tests
  qtest/virtio-9p-test.c: consolidate create file tests
  qtest/virtio-9p-test.c: consolidate create symlink tests
  qtest/virtio-9p-test.c: consolidate hardlink tests
  qtest/virtio-9p-test.c: remove g_test_slow() gate

 tests/qtest/virtio-9p-test.c | 228 +++++++++++++++--------------------
 1 file changed, 96 insertions(+), 132 deletions(-)

-- 
2.44.0



             reply	other threads:[~2024-03-27  9:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-27  9:31 Daniel Henrique Barboza [this message]
2024-03-27  9:31 ` [PATCH for-9.0 v2 1/7] qtest/virtio-9p-test.c: add '_path' in path vars Daniel Henrique Barboza
2024-03-27  9:31 ` [PATCH for-9.0 v2 2/7] qtest/virtio-9p-test.c: parametrize 'dir' name in local tests Daniel Henrique Barboza
2024-03-27  9:31 ` [PATCH for-9.0 v2 3/7] qtest/virtio-9p-test.c: consolidate create dir tests Daniel Henrique Barboza
2024-03-27  9:31 ` [PATCH for-9.0 v2 4/7] qtest/virtio-9p-test.c: consolidate create file tests Daniel Henrique Barboza
2024-03-27  9:31 ` [PATCH for-9.0 v2 5/7] qtest/virtio-9p-test.c: consolidate create symlink tests Daniel Henrique Barboza
2024-03-27  9:31 ` [PATCH for-9.0 v2 6/7] qtest/virtio-9p-test.c: consolidate hardlink tests Daniel Henrique Barboza
2024-03-27  9:31 ` [PATCH for-9.0 v2 7/7] qtest/virtio-9p-test.c: remove g_test_slow() gate Daniel Henrique Barboza

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240327093144.781701-1-dbarboza@ventanamicro.com \
    --to=dbarboza@ventanamicro.com \
    --cc=alistair.francis@wdc.com \
    --cc=groug@kaod.org \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu_oss@crudebyte.com \
    --cc=thuth@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.