From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH v2 0/2] btrfs-progs: tests: Enahance INSTRUMENT coverage
Date: Mon, 6 Apr 2020 14:11:04 +0800 [thread overview]
Message-ID: <20200406061106.596190-1-wqu@suse.com> (raw)
This patchset will enhance INSTRUMENT coverage for all btrfs related
commands.
Since now INSTRUMENT would also cover a lot of btrfs inspect-dump
comands, fix some test cases where INSTRUMENT output could easily
pollute them.
Now fsck/convert/misc/mkfs all pass with
INSTRUMENT="valgrind --leak-check=full".
Changelog:
v2:
- Pass INSTRUMENT as space split command
- Unset previous cmmd_array in expand_command()
Instead of unsetting it.
- Use local variable @i in expand_command()
To fix misc/004
- Add extra commands for INSTRUMENT coverage
This incldues btrfstune, btrfs-corrupt-block, btrfs-image,
btrfs-select-super, btrfs-find-root.
- Fix test cases which uses run_check_stdout without filtering
Qu Wenruo (2):
btrfs-progs: tests: Don't use run_check_stdout without filtering
btrfs-progs: tests: Introduce expand_command() to inject aruguments
more accurately
tests/common | 179 +++++++++---------
tests/misc-tests/004-shrink-fs/test.sh | 2 +-
.../009-subvolume-sync-must-wait/test.sh | 2 +-
.../013-subvolume-sync-crash/test.sh | 2 +-
.../024-inspect-internal-rootid/test.sh | 14 +-
.../031-qgroup-parent-child-relation/test.sh | 4 +-
6 files changed, 102 insertions(+), 101 deletions(-)
--
2.26.0
next reply other threads:[~2020-04-06 6:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-06 6:11 Qu Wenruo [this message]
2020-04-06 6:11 ` [PATCH v2 1/2] btrfs-progs: tests: Don't use run_check_stdout without filtering Qu Wenruo
2020-04-06 16:56 ` David Sterba
2020-04-06 22:44 ` Qu Wenruo
2020-04-09 15:41 ` David Sterba
2020-04-09 15:45 ` David Sterba
2020-04-06 6:11 ` [PATCH v2 2/2] btrfs-progs: tests: Introduce expand_command() to inject aruguments more accurately Qu Wenruo
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=20200406061106.596190-1-wqu@suse.com \
--to=wqu@suse.com \
--cc=linux-btrfs@vger.kernel.org \
/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 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).