Skip to content

Commit b568efe

Browse files
dinatale2behlendorf
authored andcommitted
Retire filebench testing
We no longer perform automated filebench testing. Remove references to it for the automated testing. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Signed-off-by: Giuseppe Di Natale <[email protected]> Closes openzfs#6186
1 parent 3f7d041 commit b568efe

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

TEST

-13
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,6 @@
3535
#TEST_ZFSTESTS_DISKSIZE="8G"
3636
#TEST_ZFSTESTS_RUNFILE="linux.run"
3737

38-
### filebench
39-
#TEST_FILEBENCH_SKIP="yes"
40-
#TEST_FILEBENCH_URL="http://build.zfsonlinux.org/"
41-
#TEST_FILEBENCH_VER="filebench-1.4.9.1.tar.gz"
42-
#TEST_FILEBENCH_RUNTIME=10
43-
#TEST_FILEBENCH_POOL="tank"
44-
#TEST_FILEBENCH_FS="filebench"
45-
#TEST_FILEBENCH_VDEV="/var/tmp/vdev"
46-
#TEST_FILEBENCH_DIR="/$TEST_FILEBENCH_POOL/$TEST_FILEBENCH_FS"
47-
#TEST_FILEBENCH_OPTIONS=""
48-
4938
### zfsstress
5039
#TEST_ZFSSTRESS_SKIP="yes"
5140
#TEST_ZFSSTRESS_URL="https://github.com/nedbass/zfsstress/archive/"
@@ -87,7 +76,6 @@ SUSE*)
8776
Ubuntu-16.04*)
8877
# ZFS enabled xfstests fails to build
8978
TEST_XFSTESTS_SKIP="yes"
90-
TEST_FILEBENCH_SKIP="yes"
9179
;;
9280
Ubuntu*)
9381
;;
@@ -101,7 +89,6 @@ esac
10189
#
10290
if [ $(getconf LONG_BIT) = "32" ]; then
10391
TEST_ZTEST_SKIP="yes"
104-
TEST_FILEBENCH_SKIP="yes"
10592
TEST_XFSTESTS_SKIP="yes"
10693
TEST_ZFSSTRESS_SKIP="yes"
10794
fi

0 commit comments

Comments
 (0)