From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 00/22] Self test cleanups, error handling fixes
Date: Mon, 18 Mar 2019 17:50:04 +0100 [thread overview]
Message-ID: <cover.1552927639.git.dsterba@suse.com> (raw)
Add missing error handling, unify test structure and error messages.
David Sterba (22):
btrfs: tests: handle fs_info allocation failure in extent_io tests
btrfs: tests: don't leak fs_info in extent_io bitmap tests
btrfs: tests: print file:line for error messages
btrfs: tests: add table of most common errors
btrfs: tests: use standard error message after fs_info allocation
failure
btrfs: tests: use standard error message after root allocation failure
btrfs: tests: use standard error message after extent buffer
allocation failure
btrfs: tests: use standard error message after path allocation failure
btrfs: tests: use standard error message after inode allocation
failure
btrfs: tests: use standard error message after block group allocation
failure
btrfs: tests: properly initialize fs_info of extent buffer
btrfs: tests: return errors from extent map tests
btrfs: tests: return errors from extent map test case 1
btrfs: tests: return errors from extent map test case 2
btrfs: tests: return errors from extent map test case 3
btrfs: tests: return errors from extent map test case 4
btrfs: tests: return error from all extent map test cases
btrfs: tests: use standard error message after extent map allocation
failure
btrfs: tests: use SZ_ constants everywhere
btrfs: tests: fix comments about tested extent map ranges
btrfs: tests: drop messages when some tests finish
btrfs: tests: unify messages when tests start
fs/btrfs/tests/btrfs-tests.c | 10 ++
fs/btrfs/tests/btrfs-tests.h | 17 +-
fs/btrfs/tests/extent-buffer-tests.c | 8 +-
fs/btrfs/tests/extent-io-tests.c | 29 ++--
fs/btrfs/tests/extent-map-tests.c | 213 +++++++++++++++++--------
fs/btrfs/tests/free-space-tests.c | 11 +-
fs/btrfs/tests/free-space-tree-tests.c | 10 +-
fs/btrfs/tests/inode-tests.c | 33 ++--
fs/btrfs/tests/qgroup-tests.c | 20 +--
9 files changed, 237 insertions(+), 114 deletions(-)
--
2.21.0
next reply other threads:[~2019-03-18 16:48 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-18 16:50 David Sterba [this message]
2019-03-18 16:50 ` [PATCH 01/22] btrfs: tests: handle fs_info allocation failure in extent_io tests David Sterba
2019-03-18 16:50 ` [PATCH 02/22] btrfs: tests: don't leak fs_info in extent_io bitmap tests David Sterba
2019-03-18 16:50 ` [PATCH 03/22] btrfs: tests: print file:line for error messages David Sterba
2019-03-18 16:50 ` [PATCH 04/22] btrfs: tests: add table of most common errors David Sterba
2019-03-18 16:50 ` [PATCH 05/22] btrfs: tests: use standard error message after fs_info allocation failure David Sterba
2019-03-18 16:50 ` [PATCH 06/22] btrfs: tests: use standard error message after root " David Sterba
2019-03-18 16:50 ` [PATCH 07/22] btrfs: tests: use standard error message after extent buffer " David Sterba
2019-03-18 16:50 ` [PATCH 08/22] btrfs: tests: use standard error message after path " David Sterba
2019-03-18 16:50 ` [PATCH 09/22] btrfs: tests: use standard error message after inode " David Sterba
2019-03-18 16:50 ` [PATCH 10/22] btrfs: tests: use standard error message after block group " David Sterba
2019-03-18 16:50 ` [PATCH 11/22] btrfs: tests: properly initialize fs_info of extent buffer David Sterba
2019-03-18 16:50 ` [PATCH 12/22] btrfs: tests: return errors from extent map tests David Sterba
2019-03-18 16:50 ` [PATCH 13/22] btrfs: tests: return errors from extent map test case 1 David Sterba
2019-03-18 16:50 ` [PATCH 14/22] btrfs: tests: return errors from extent map test case 2 David Sterba
2019-03-18 16:50 ` [PATCH 15/22] btrfs: tests: return errors from extent map test case 3 David Sterba
2019-03-18 16:50 ` [PATCH 16/22] btrfs: tests: return errors from extent map test case 4 David Sterba
2019-03-18 16:50 ` [PATCH 17/22] btrfs: tests: return error from all extent map test cases David Sterba
2019-03-18 16:50 ` [PATCH 18/22] btrfs: tests: use standard error message after extent map allocation failure David Sterba
2019-03-18 16:50 ` [PATCH 19/22] btrfs: tests: use SZ_ constants everywhere David Sterba
2019-03-18 16:50 ` [PATCH 20/22] btrfs: tests: fix comments about tested extent map ranges David Sterba
2019-03-18 16:50 ` [PATCH 21/22] btrfs: tests: drop messages when some tests finish David Sterba
2019-03-18 16:50 ` [PATCH 22/22] btrfs: tests: unify messages when tests start David Sterba
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=cover.1552927639.git.dsterba@suse.com \
--to=dsterba@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 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.