public inbox for fstests@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Btrfs in-band de-duplication test cases
@ 2017-03-16  9:08 Qu Wenruo
  2017-03-16  9:08 ` [PATCH v2 1/3] fstests: btrfs: Add basic test for btrfs in-band de-duplication Qu Wenruo
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Qu Wenruo @ 2017-03-16  9:08 UTC (permalink / raw)
  To: linux-btrfs; +Cc: fstests

Btrfs in-band de-duplication test cases for in-memory backend, which covers
the bugs exposed during the development.

v2:
  Fix double disable and exit
  Use $KILLALL_PROG
  Use local variable in _count_extent_uniq()
  Update date of the test cases
  Move test case 203 to 202, to make up the numbering hole.

Qu Wenruo (3):
  fstests: btrfs: Add basic test for btrfs in-band de-duplication
  fstests: btrfs: Add testcase for btrfs dedupe and metadata balance
    race test
  fstests: btrfs: Test inband dedupe with data balance.

 common/defrag       |  14 +++++++
 tests/btrfs/200     | 110 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/200.out |  22 ++++++++++
 tests/btrfs/201     | 113 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/201.out |   2 +
 tests/btrfs/202     | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tests/btrfs/202.out |   3 ++
 tests/btrfs/group   |   3 ++
 8 files changed, 376 insertions(+)
 create mode 100755 tests/btrfs/200
 create mode 100644 tests/btrfs/200.out
 create mode 100755 tests/btrfs/201
 create mode 100644 tests/btrfs/201.out
 create mode 100755 tests/btrfs/202
 create mode 100644 tests/btrfs/202.out

-- 
2.9.3




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

end of thread, other threads:[~2017-03-21  8:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-16  9:08 [PATCH v2 0/3] Btrfs in-band de-duplication test cases Qu Wenruo
2017-03-16  9:08 ` [PATCH v2 1/3] fstests: btrfs: Add basic test for btrfs in-band de-duplication Qu Wenruo
2017-03-16  9:08 ` [PATCH v2 2/3] fstests: btrfs: Add testcase for btrfs dedupe and metadata balance race test Qu Wenruo
2017-03-16  9:08 ` [PATCH v2 3/3] fstests: btrfs: Test inband dedupe with data balance Qu Wenruo
2017-03-21  8:44   ` Eryu Guan
2017-03-21  4:51 ` [PATCH v2 0/3] Btrfs in-band de-duplication test cases Eryu Guan
2017-03-21  5:22   ` Qu Wenruo
2017-03-21  6:05     ` Eryu Guan
2017-03-21  7:07       ` Qu Wenruo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox