Skip to content

Commit

Permalink
Skip xfstests on Ubuntu 16.04 and CentOS 7
Browse files Browse the repository at this point in the history
The ZFS enabled versions of xfstests fails to build cleanly on
Ubuntu 16.04 and CentOS 7.  This issue should be resolved by
rebasing the ZFS patches against the latest xfstests and pushing
those patches upstream.  This would allow us to use an unmodified
xfstests.

Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Issue #5481
Closes #5482
  • Loading branch information
behlendorf authored Dec 14, 2016
1 parent c6ced72 commit db2c364
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion TEST
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,13 @@ TEST_ZCONFIG_OPTIONS="-c -s10"
case "$BB_NAME" in
Amazon*)
;;
CentOS*)
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"
;;
Expand All @@ -88,6 +94,11 @@ RHEL*)
;;
SUSE*)
;;
Ubuntu-16.04*)
# ZFS enabled xfstests fails to build
TEST_XFSTESTS_SKIP="yes"
TEST_FILEBENCH_SKIP="yes"
;;
Ubuntu*)
;;
*)
Expand Down

0 comments on commit db2c364

Please sign in to comment.