Whamcloud - gitweb
LU-16023 tests: sanity-quota/8 should return success 66/47966/4
authorAlex Zhuravlev <bzzz@whamcloud.com>
Mon, 18 Jul 2022 10:28:49 +0000 (13:28 +0300)
committerOleg Drokin <green@whamcloud.com>
Wed, 27 Jul 2022 15:09:57 +0000 (15:09 +0000)
sanity-quota/8 should return success explicitly

Test-Parameters: trivial testlist=sanity-quota
Fixes: bc69a8d058 ("LU-8621 utils: cmd help to stdout or short cmd error")
Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: Id30bfd3e0bafedb6516471accbc0519cc640d2bd
Reviewed-on: https://review.whamcloud.com/47966
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: James Simmons <jsimmons@infradead.org>
Reviewed-by: Wei Liu <sarah@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/tests/sanity-quota.sh

index 0b5e2f3..b38f191 100755 (executable)
@@ -2295,6 +2295,7 @@ test_8() {
                quota_error a $TSTUSR "dbench failed!"
 
        is_project_quota_supported && change_project -C $DIR/$tdir
+       return 0
 }
 run_test 8 "Run dbench with quota enabled"