From 225ff553106396066d68d8c757e5c001f5d9ab15 Mon Sep 17 00:00:00 2001 From: vmallika Date: Mon, 25 May 2015 13:35:48 +0530 Subject: Quota: fix testcases not to send parallel writes for accurate quota enforcement Currently quota enforcer doesn't consider parallel writes and allows quota to exceed limit where there are high rate of parallel writes. Bug# 1223658 tracks the issue. This patch fixes the spurious failures by not sending parallel writes. Using O_SYNC and O_APPEND flags and block size not more that 256k (For higher block size NFS client splits the block into 256k chinks and does parallel writes) Change-Id: I297c164b030cecb87ce5b494c02b09e8b073b276 BUG: 1223798 Signed-off-by: vmallika Reviewed-on: http://review.gluster.org/10878 Tested-by: NetBSD Build System Tested-by: Gluster Build System Reviewed-by: Raghavendra G Tested-by: Raghavendra G --- run-tests.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'run-tests.sh') diff --git a/run-tests.sh b/run-tests.sh index 3b56598677f..f52ef07690d 100755 --- a/run-tests.sh +++ b/run-tests.sh @@ -198,10 +198,8 @@ function is_bad_test () ./tests/basic/uss.t \ ./tests/basic/afr/entry-self-heal.t \ ./tests/bugs/replicate/bug-1015990.t \ - ./tests/bugs/quota/bug-1038598.t \ ./tests/basic/afr/read-subvol-entry.t \ ./tests/basic/ec/quota.t \ - ./tests/bugs/distribute/bug-1161156.t \ ./tests/basic/tier/tier.t \ ./tests/basic/quota-nfs.t \ ./tests/bugs/quota/bug-1035576.t \ -- cgit