linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Regression test for btrfs read repair
@ 2017-05-09 17:56 Liu Bo
  2017-05-09 17:56 ` [PATCH 1/6] fstests: add _filter_filefrag Liu Bo
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Liu Bo @ 2017-05-09 17:56 UTC (permalink / raw)
  To: fstests; +Cc: linux-btrfs, Filipe Manana, Eryu Guan

This set is adding four regression test case for btrfs read repair, and both
directIO read and buffered read are tested.

Patch 1 and 2 is adding two helpers to summarize the common code among the
following test cases in patch 3-6. 

Liu Bo (6):
  fstests: add _filter_filefrag
  fstests: add _get_current_dmesg
  fstests: regression test for btrfs dio read repair
  fstests: regression test for btrfs buffered read's repair
  fstests: regression test for nocsum dio read's repair
  fstests: regression test for nocsum buffered read's repair

 common/filter       |  19 +++++++
 common/rc           |   9 ++-
 tests/btrfs/140     | 115 ++++++++++++++++++++++++++++++++++++++
 tests/btrfs/140.out |  39 +++++++++++++
 tests/btrfs/141     | 116 +++++++++++++++++++++++++++++++++++++++
 tests/btrfs/141.out |  39 +++++++++++++
 tests/btrfs/142     | 137 ++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/142.out |  39 +++++++++++++
 tests/btrfs/143     | 155 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/143.out |  39 +++++++++++++
 tests/btrfs/group   |   4 ++
 11 files changed, 709 insertions(+), 2 deletions(-)
 create mode 100755 tests/btrfs/140
 create mode 100644 tests/btrfs/140.out
 create mode 100755 tests/btrfs/141
 create mode 100644 tests/btrfs/141.out
 create mode 100755 tests/btrfs/142
 create mode 100644 tests/btrfs/142.out
 create mode 100755 tests/btrfs/143
 create mode 100644 tests/btrfs/143.out

-- 
2.5.0


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

end of thread, other threads:[~2017-05-10 10:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-09 17:56 [PATCH 0/6] Regression test for btrfs read repair Liu Bo
2017-05-09 17:56 ` [PATCH 1/6] fstests: add _filter_filefrag Liu Bo
2017-05-09 17:56 ` [PATCH 2/6] fstests: add _get_current_dmesg Liu Bo
2017-05-10 10:40   ` Eryu Guan
2017-05-09 17:56 ` [PATCH 3/6] fstests: regression test for btrfs dio read repair Liu Bo
2017-05-10 10:53   ` Eryu Guan
2017-05-09 17:56 ` [PATCH 4/6] fstests: regression test for btrfs buffered read's repair Liu Bo
2017-05-09 17:56 ` [PATCH 5/6] fstests: regression test for nocsum dio " Liu Bo
2017-05-09 17:56 ` [PATCH 6/6] fstests: regression test for nocsum buffered " Liu Bo
2017-05-10 10:56   ` Eryu Guan

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