From: Yu Kuai <yukuai3@xxxxxxxxxx> Yu Kuai (5): tests: add a new test to check if pluged bio is unlimited for raid10 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 test | 8 ++- tests/22raid10plug | 41 ++++++++++++++ tests/23rdev-lifetime | 48 ++++++++++++++++ tests/24raid10deadlock | 85 +++++++++++++++++++++++++++++ tests/24raid10deadlock.inject_error | 0 tests/24raid456deadlock | 56 +++++++++++++++++++ 6 files changed, 236 insertions(+), 2 deletions(-) create mode 100644 tests/22raid10plug create mode 100644 tests/23rdev-lifetime create mode 100644 tests/24raid10deadlock create mode 100644 tests/24raid10deadlock.inject_error create mode 100644 tests/24raid456deadlock -- 2.39.2