]> git.ipfire.org Git - thirdparty/mdadm.git/commitdiff
tests: mark 07changelevels broken
authorMateusz Kusiak <mateusz.kusiak@intel.com>
Thu, 5 Dec 2024 08:35:41 +0000 (09:35 +0100)
committerMariusz Tkaczyk <mtkaczyk@kernel.org>
Fri, 13 Dec 2024 09:08:10 +0000 (10:08 +0100)
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 <mateusz.kusiak@intel.com>
tests/07changelevels.broken [new file with mode: 0644]

diff --git a/tests/07changelevels.broken b/tests/07changelevels.broken
new file mode 100644 (file)
index 0000000..24b4893
--- /dev/null
@@ -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.