From b0eac56a4d69c6f2ae7cb1937cf59e05c52e3a60 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Tue, 7 Feb 2017 20:12:53 -0500 Subject: Move ziltest.sh to the ZTS framework The ziltest.sh script is a test case designed to verify the correct functioning of the ZIL. For historical reasons it was never added to the test suite and was always run independantly. This change rectifies that. The existing ziltest.sh has been translated in to `slog_015_pos.ksh` and added to the existing slog test cases. Reviewed-by: Don Brady Reviewed-by: Chunwei Chen Reviewed-by: George Melikov Signed-off-by: Brian Behlendorf Closes #5758 --- TEST | 8 -------- 1 file changed, 8 deletions(-) (limited to 'TEST') diff --git a/TEST b/TEST index 85440271b..db70180f6 100644 --- a/TEST +++ b/TEST @@ -13,10 +13,6 @@ #TEST_ZTEST_DIR="/var/tmp/" #TEST_ZTEST_OPTIONS="-V" -### ziltest -#TEST_ZILTEST_SKIP="yes" -#TEST_ZILTEST_OPTIONS="" - ### zconfig #TEST_ZCONFIG_SKIP="yes" TEST_ZCONFIG_OPTIONS="-c -s10" @@ -79,12 +75,8 @@ Amazon*) CentOS-7*) # ZFS enabled xfstests fails to build TEST_XFSTESTS_SKIP="yes" - # Sporadic VERIFY(!zilog_is_dirty(zilog)) failed - TEST_ZILTEST_SKIP="yes" ;; CentOS-6*) - # Sporadic VERIFY(!zilog_is_dirty(zilog)) failed - TEST_ZILTEST_SKIP="yes" ;; Debian*) ;; -- cgit v1.2.3