summaryrefslogtreecommitdiffstats
path: root/TEST
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2017-02-07 20:12:53 -0500
committerBrian Behlendorf <[email protected]>2017-02-08 17:28:22 -0800
commitb0eac56a4d69c6f2ae7cb1937cf59e05c52e3a60 (patch)
tree2aa83013ca12ebc248b9813da9e3735daa600596 /TEST
parentea7e86d8dbbfbaa96a3b018a80397cb24befcb72 (diff)
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 <[email protected]> Reviewed-by: Chunwei Chen <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #5758
Diffstat (limited to 'TEST')
-rw-r--r--TEST8
1 files changed, 0 insertions, 8 deletions
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*)
;;