]> git.proxmox.com Git - mirror_zfs-debian.git/commitdiff
Revert "Temporarily disable the reguid test."
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 14 Dec 2012 20:24:04 +0000 (12:24 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 8 Jan 2013 18:35:42 +0000 (10:35 -0800)
This reverts commit d13524579162b35189804c357a63993be758b84c.
Since feature flags have now been merged we can apply the real
upstream fix from Illumos.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #997

cmd/ztest/ztest.c

index cc2db31e4dae9689eec9eb40c15434ecf11ad635..0dace49618a385cbdaa4dfcd57c1bd467bde2b39 100644 (file)
@@ -361,13 +361,7 @@ ztest_info_t ztest_info[] = {
        { ztest_fault_inject,                   1,      &zopt_sometimes },
        { ztest_ddt_repair,                     1,      &zopt_sometimes },
        { ztest_dmu_snapshot_hold,              1,      &zopt_sometimes },
-       /*
-        * The reguid test is currently broken. Disable it until
-        * we get around to fixing it.
-        */
-#if 0
        { ztest_reguid,                         1,      &zopt_sometimes },
-#endif
        { ztest_spa_rename,                     1,      &zopt_rarely    },
        { ztest_scrub,                          1,      &zopt_rarely    },
        { ztest_dsl_dataset_promote_busy,       1,      &zopt_rarely    },