Skip to content
Snippets Groups Projects
Commit 8b498c99 authored by tianzy's avatar tianzy
Browse files

Branch b1_6

sanity-quota test_23 failed with 7 OSTs
b=16948
i=johann
i=panda
parent 756d4d22
No related branches found
No related tags found
No related merge requests found
......@@ -1692,13 +1692,13 @@ test_23_sub() {
}
test_23() {
log "run for 10MB test file"
test_23_sub 10240 #10MB
log "run for $((OSTCOUNT * 3))MB test file"
test_23_sub $((OSTCOUNT * 3 * 1024))
OST0_MIN=120000
check_whether_skip && return 0
log "run for 100MB test file"
test_23_sub 102400 #100MB
log "run for $((OSTCOUNT * 30))MB test file"
test_23_sub $((OSTCOUNT * 30 * 1024))
}
run_test_with_stat 23 "run for fixing bug16125 ==========="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment