From b1c5e39335820602abeecbb91a3afb86879f84f2 Mon Sep 17 00:00:00 2001 From: Sergey Cheremencev Date: Tue, 30 May 2023 11:14:47 +0300 Subject: [PATCH] LU-16778 tests: sanity-quota_75 fix Change conf=fsync to oflag=direct to avoid cache write. Test-Parameters: trivial testlist=sanity-quota env=ONLY=75,ONLY_REPEAT=100 Signed-off-by: Sergey Cheremencev Change-Id: Iff04bac63f772dc2d0d0ad765d210b2539fbe33e --- lustre/tests/sanity-quota.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity-quota.sh b/lustre/tests/sanity-quota.sh index 965b50b..fa935a9 100755 --- a/lustre/tests/sanity-quota.sh +++ b/lustre/tests/sanity-quota.sh @@ -5368,7 +5368,7 @@ test_dom_75() { $dd_failed && quota_error u $qid "write failed, expect succeed (3)" - $DD of=$DIR/$tdir/file count=$((LIMIT/2048 + 10)) conv=fsync && + $DD of=$DIR/$tdir/file count=$((LIMIT/2048 + 10)) oflag=direct && quota_error u $qid "write succeed, expect EDQUOT (3)" true } -- 1.8.3.1