From 032ca47a4356a68522f5366a341d78b01ca9864c Mon Sep 17 00:00:00 2001 From: Krutika Dhananjay Date: Mon, 5 Oct 2015 15:30:03 +0530 Subject: features/shard: Use the xattr rsp dict to pick shard xattrs in xattrop cbk The change http://review.gluster.org/#/c/11938/ makes a fix in posix translator which would cause sharding to fail fops post xattrop without this patch. Change-Id: If096965b319f393608b0f763402b9b90acb61492 BUG: 1268796 Signed-off-by: Krutika Dhananjay Reviewed-on: http://review.gluster.org/12300 Tested-by: NetBSD Build System Reviewed-by: Pranith Kumar Karampuri --- run-tests.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index d5730d422b8..b8eb8e40fef 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -204,7 +204,6 @@ function is_bad_test () ./tests/geo-rep/georep-basic-dr-rsync.t \ ./tests/geo-rep/georep-basic-dr-tarssh.t \ ./tests/bugs/replicate/bug-1221481-allow-fops-on-dir-split-brain.t \ - ./tests/bugs/shard/bug-1245547.t \ ; do [ x"$name" = x"$bt" ] && return 0 # bash: zero means true/success done -- cgit