linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH tests v2 0/8] tests: add some regression tests
@ 2023-05-29 13:28 Yu Kuai
  2023-05-29 13:28 ` [PATCH v2 1/8] tests: add a new test for rdev lifetime Yu Kuai
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Yu Kuai @ 2023-05-29 13:28 UTC (permalink / raw)
  To: linux-raid, mariusz.tkaczyk, jes, pmenzel, logang, song, guoqing.jiang
  Cc: yukuai3, yangerkun, yi.zhang

From: Yu Kuai <yukuai3@huawei.com>

Total 7 regression test is added:

 - 23rdev-lifetime
 - 25raid456-recovery-while-reshape
 - 25raid456-reshape-corrupt-data
 - 25raid456-reshape-deadlock
fixed patches is applied for above tests.

 - 25raid456-reshape-while-recovery
 - 24raid10deadlock
 - 24raid456deadlock
fixed patches is not merged yet, and they're still in maillist.

Changes in v2:
 - use new way to judge if test failed for patch 1,34
 - add four new tests, patch 5-8

Yu Kuai (8):
  tests: add a new test for rdev lifetime
  tests: support to skip checking dmesg
  tests: add a regression test for raid10 deadlock
  tests: add a regression test for raid456 deadlock
  tests: add a regression test that raid456 can't assemble
  tests: add a regression test that raid456 can't assemble again
  tests: add a regression test that reshape can corrupt data
  tests: add a regression test for raid456 deadlock again

 test                                   |  8 ++-
 tests/23rdev-lifetime                  | 34 ++++++++++
 tests/24raid10deadlock                 | 88 ++++++++++++++++++++++++++
 tests/24raid10deadlock.inject_error    |  0
 tests/24raid456deadlock                | 58 +++++++++++++++++
 tests/25raid456-recovery-while-reshape | 33 ++++++++++
 tests/25raid456-reshape-corrupt-data   | 35 ++++++++++
 tests/25raid456-reshape-deadlock       | 34 ++++++++++
 tests/25raid456-reshape-while-recovery | 32 ++++++++++
 9 files changed, 320 insertions(+), 2 deletions(-)
 create mode 100644 tests/23rdev-lifetime
 create mode 100644 tests/24raid10deadlock
 create mode 100644 tests/24raid10deadlock.inject_error
 create mode 100644 tests/24raid456deadlock
 create mode 100644 tests/25raid456-recovery-while-reshape
 create mode 100644 tests/25raid456-reshape-corrupt-data
 create mode 100644 tests/25raid456-reshape-deadlock
 create mode 100644 tests/25raid456-reshape-while-recovery

-- 
2.39.2


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

end of thread, other threads:[~2023-10-26 21:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-29 13:28 [PATCH tests v2 0/8] tests: add some regression tests Yu Kuai
2023-05-29 13:28 ` [PATCH v2 1/8] tests: add a new test for rdev lifetime Yu Kuai
2023-05-29 13:28 ` [PATCH v2 2/8] tests: support to skip checking dmesg Yu Kuai
2023-05-29 13:28 ` [PATCH v2 3/8] tests: add a regression test for raid10 deadlock Yu Kuai
2023-05-29 13:28 ` [PATCH v2 4/8] tests: add a regression test for raid456 deadlock Yu Kuai
2023-05-29 13:28 ` [PATCH v2 5/8] tests: add a regression test that raid456 can't assemble Yu Kuai
2023-05-29 13:28 ` [PATCH v2 6/8] tests: add a regression test that raid456 can't assemble again Yu Kuai
2023-05-29 13:28 ` [PATCH v2 7/8] tests: add a regression test that reshape can corrupt data Yu Kuai
2023-05-29 13:28 ` [PATCH v2 8/8] tests: add a regression test for raid456 deadlock again Yu Kuai
2023-10-26 21:25 ` [PATCH tests v2 0/8] tests: add some regression tests Jes Sorensen

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