From f3a87e9f9a07f8d0846dc793e921fbeaf3a73e8f Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Sun, 11 Aug 2013 19:42:33 +0800 Subject: [PATCH] LU-2230 tests: disable replay-dual test 21b with ZFS This patch disables replay-dual test 21b with ZFS because semantics of replay_barrier_nosync is different on ZFS: spa_freeze() syncs all changes. IOW, "nosync" (which is crucial here) doesn't work. Test-Parameters: envdefinitions=SLOW=yes,ENABLE_QUOTA=yes \ mdtfilesystemtype=zfs mdsfilesystemtype=zfs ostfilesystemtype=zfs \ clientdistro=el6 serverdistro=el6 clientarch=x86_64 \ serverarch=x86_64 testlist=replay-dual Signed-off-by: Jian Yu Change-Id: I271839fa626bfb140bd077d895826c6b4539892f Reviewed-on: http://review.whamcloud.com/7287 Tested-by: Hudson Tested-by: Maloo Reviewed-by: Li Wei Reviewed-by: Nathaniel Clark Reviewed-by: Alex Zhuravlev Reviewed-by: Oleg Drokin --- lustre/tests/replay-dual.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lustre/tests/replay-dual.sh b/lustre/tests/replay-dual.sh index 44a4c2f..ac0bc11 100755 --- a/lustre/tests/replay-dual.sh +++ b/lustre/tests/replay-dual.sh @@ -24,6 +24,10 @@ remote_mds_nodsh && skip "remote MDS with nodsh" && exit 0 [ "$SLOW" = "no" ] && EXCEPT_SLOW="21b" +[[ $(facet_fstype $SINGLEMDS) == zfs ]] && +# bug number for skipped test: LU-2230 + ALWAYS_EXCEPT="$ALWAYS_EXCEPT 21b" + build_test_filter check_and_setup_lustre -- 1.8.3.1