diff options
author | Logan Gunthorpe <logang@deltatee.com> | 2022-06-22 22:25:19 +0200 |
---|---|---|
committer | Jes Sorensen <jes@trained-monkey.org> | 2022-08-07 22:27:59 +0200 |
commit | daa86d6634761796ada1f535c13e47fdd3cc95eb (patch) | |
tree | 8bf551fa89da30650aa1e14f55f13359861356de /tests/10ddf-incremental-wrong-order.broken | |
parent | mdadm/test: Mark and ignore broken test failures (diff) | |
download | mdadm-daa86d6634761796ada1f535c13e47fdd3cc95eb.tar.xz mdadm-daa86d6634761796ada1f535c13e47fdd3cc95eb.zip |
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>
Diffstat (limited to 'tests/10ddf-incremental-wrong-order.broken')
-rw-r--r-- | tests/10ddf-incremental-wrong-order.broken | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/10ddf-incremental-wrong-order.broken b/tests/10ddf-incremental-wrong-order.broken new file mode 100644 index 00000000..a5af3bab --- /dev/null +++ b/tests/10ddf-incremental-wrong-order.broken @@ -0,0 +1,9 @@ +always fails + +Fails with errors: + ERROR: sha1sum of /dev/md/vol0 has changed + ERROR: /dev/md/vol0 has unexpected state on /dev/loop10 + ERROR: unexpected number of online disks on /dev/loop10 + ERROR: /dev/md/vol0 has unexpected state on /dev/loop8 + ERROR: unexpected number of online disks on /dev/loop8 + ERROR: sha1sum of /dev/md/vol0 has changed |