]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ZTS: import_rewind_device_replaced reliably fails
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 6 Dec 2021 17:45:17 +0000 (09:45 -0800)
committerTony Hutter <hutter2@llnl.gov>
Wed, 8 Dec 2021 21:28:09 +0000 (13:28 -0800)
commit6ed7d77b44b643e0755828b86e48bd2826df620f
tree45a99dfd0cd93bf5594f0d8e19c6b006e3c19608
parent64e88992b6f21856a8edb5e7808170a3e719f319
ZTS: import_rewind_device_replaced reliably fails

The import_rewind_device_replaced.ksh test was never entirely reliable
because it depends on MOS data not being overwritten.  The MOS data is
not protected by the snapshot so occasional failures were always
expected.  However, this test is now failing reliably on all platforms
indicating something has changed in the code since the test was marked
"maybe".  Convert the test to a "known" failure until the root cause
is identified and resolved.

Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #12821
tests/test-runner/bin/zts-report.py.in