]> git.ipfire.org Git - thirdparty/mdadm.git/commit
tests: Add broken files for all broken tests
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 22 Jun 2022 20:25:19 +0000 (14:25 -0600)
committerJes Sorensen <jes@trained-monkey.org>
Sun, 7 Aug 2022 20:27:59 +0000 (16:27 -0400)
commitdaa86d6634761796ada1f535c13e47fdd3cc95eb
tree8bf551fa89da30650aa1e14f55f13359861356de
parent28520bf114b3b0515a48ff44fff4ecbe9ed6dfad
tests: Add broken files for all broken tests

Each broken file contains the rough frequency of brokeness as well
as a brief explanation of what happens when it breaks. Estimates
of failure rates are not statistically significant and can vary
run to run.

This is really just a view from my window. Tests were done on a
small VM with the default loop devices, not real hardware. We've
seen different kernel configurations can cause bugs to appear as well
(ie. different block schedulers). It may also be that different race
conditions will be seen on machines with different performance
characteristics.

These annotations were done with the kernel currently in md/md-next:

 facef3b96c5b ("md: Notify sysfs sync_completed in md_reap_sync_thread()")

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Signed-off-by: Jes Sorensen <jes@trained-monkey.org>
24 files changed:
tests/01r5integ.broken [new file with mode: 0644]
tests/01raid6integ.broken [new file with mode: 0644]
tests/04r5swap.broken [new file with mode: 0644]
tests/07autoassemble.broken [new file with mode: 0644]
tests/07autodetect.broken [new file with mode: 0644]
tests/07changelevelintr.broken [new file with mode: 0644]
tests/07changelevels.broken [new file with mode: 0644]
tests/07reshape5intr.broken [new file with mode: 0644]
tests/07revert-grow.broken [new file with mode: 0644]
tests/07revert-shrink.broken [new file with mode: 0644]
tests/07testreshape5.broken [new file with mode: 0644]
tests/09imsm-assemble.broken [new file with mode: 0644]
tests/09imsm-create-fail-rebuild.broken [new file with mode: 0644]
tests/09imsm-overlap.broken [new file with mode: 0644]
tests/10ddf-assemble-missing.broken [new file with mode: 0644]
tests/10ddf-fail-create-race.broken [new file with mode: 0644]
tests/10ddf-fail-two-spares.broken [new file with mode: 0644]
tests/10ddf-incremental-wrong-order.broken [new file with mode: 0644]
tests/14imsm-r1_2d-grow-r1_3d.broken [new file with mode: 0644]
tests/14imsm-r1_2d-takeover-r0_2d.broken [new file with mode: 0644]
tests/18imsm-r10_4d-takeover-r0_2d.broken [new file with mode: 0644]
tests/18imsm-r1_2d-takeover-r0_1d.broken [new file with mode: 0644]
tests/19raid6auto-repair.broken [new file with mode: 0644]
tests/19raid6repair.broken [new file with mode: 0644]