Description
sanity-sec test_16, 17, 18, 19, 20, 21, and 22 started failing on 2018-09-01, so far, only for SUSE 12.3. All tests have a common error found in the client test_log
trevis-3vm10: running as uid/gid/euid/egid 0/0/0/0, groups: 0 trevis-3vm10: [lfs] [quota] [-q] [/mnt/lustre] trevis-3vm10: Unexpected quotactl error: Operation not supported trevis-3vm10: Unexpected quotactl error: Operation not supported /usr/lib64/lustre/tests/sanity-sec.sh: line 1261: [0]: syntax error: operand expected (error token is "[0]")
sanity-sec line 1261 is in the do_fops_quota_test() routine
1256 do_fops_quota_test() { 1257 local run_u=$1 1258 # fuzz quota used to account for possible indirect blocks, etc 1259 local quota_fuzz=$(fs_log_size) 1260 local qused_orig=$(nodemap_check_quota "$run_u") 1261 local qused_high=$((qused_orig + quota_fuzz)) 1262 local qused_low=$((qused_orig - quota_fuzz)) 1263 local testfile=$DIR/$tdir/$tfile …
There’s nothing interesting in the node console logs and there is a lack of any other logs for these failures.
Logs for some of these failures are at
https://testing.whamcloud.com/test_sets/78bdbbf8-b921-11e8-9df3-52540065bddc
https://testing.whamcloud.com/test_sets/b3a081de-ae08-11e8-bfed-52540065bddc
https://testing.whamcloud.com/test_sets/a85560e6-ae22-11e8-bfed-52540065bddc
https://testing.whamcloud.com/test_sets/56ff85f6-ae44-11e8-bd05-52540065bddc