Hello, I noticed that mdadm has a vast amount of test cases in place that covers various features offered by it. But, many of the test cases fail to run either because the test case is not valid anymore or they need some tweaking to make it to work. I have attempted to fix some of the test cases in this patch set while there are many other test cases that are still failing. I will submit some more patch sets in the future to eventually make all the test cases to run successfully and possibly add more test cases that are missing currently. Thanks Sudhakar Sudhakar Panneerselvam (5): tests: remove raid0 tests for 0.90 metadata version tests: clear the superblock before adding a device to the array. Assemble: skip devices that don't match uuid instead of aborting the assembly. tests: fix swap_super path tests: avoid passing chunk size to raid1. Assemble.c | 5 ++++ test | 9 +++++-- tests/00raid0 | 11 -------- tests/00readonly | 4 +++ tests/03r0assem | 72 ------------------------------------------------- tests/04r0update | 20 -------------- tests/04r5swap | 2 +- tests/04update-metadata | 9 +++++-- 8 files changed, 24 insertions(+), 108 deletions(-) delete mode 100644 tests/04r0update -- 1.8.3.1