summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2012-12-14 12:24:04 -0800
committerBrian Behlendorf <[email protected]>2013-01-08 10:35:42 -0800
commit5ac0c30a94a0804080f0a89c9b7a31f8d4ab5708 (patch)
treeb40c044668feaafb71276daea9ea03a8b8aaa186
parent9ae529ec5dbdc828ff8326beae58062971d74b2e (diff)
Revert "Temporarily disable the reguid test."
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 <[email protected]> Issue #997
-rw-r--r--cmd/ztest/ztest.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cmd/ztest/ztest.c b/cmd/ztest/ztest.c
index cc2db31e4..0dace4961 100644
--- a/cmd/ztest/ztest.c
+++ b/cmd/ztest/ztest.c
@@ -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 },