From: Mateusz Kusiak Date: Thu, 5 Dec 2024 08:35:41 +0000 (+0100) Subject: tests: mark 07changelevels broken X-Git-Tag: mdadm-4.4~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0b04dc6c34091d34d157193524c748db61e6297;p=thirdparty%2Fmdadm.git tests: mark 07changelevels broken Test 07changelevels can fail in multiple ways: - R5 -> R6 migration can make driver unresponsive - R6 -> R5 migration can fail Mark the test as broken to clear the CI. Signed-off-by: Mateusz Kusiak --- diff --git a/tests/07changelevels.broken b/tests/07changelevels.broken new file mode 100644 index 00000000..24b4893d --- /dev/null +++ b/tests/07changelevels.broken @@ -0,0 +1,7 @@ +Fails in multiple ways. + +There are issues with RAID6: +- R5 -> R6 migration makes md unresponsive +- R6 -> R5 migration fails + +Not worth investigating this now, marking as broken to clear the CI.