mirror of
https://github.com/schoebel/mars
synced 2025-01-05 13:52:40 +00:00
test_suite: speedup bad compares
This commit is contained in:
parent
2a2ab520f3
commit
835749b3bd
@ -22,7 +22,7 @@ function marsview_get
|
|||||||
lib_vmsg " check_line : ${check_line[*]}" >&2
|
lib_vmsg " check_line : ${check_line[*]}" >&2
|
||||||
grep -q "SPLIT BRAIN" $tmp_err && break
|
grep -q "SPLIT BRAIN" $tmp_err && break
|
||||||
[[ "${check_line[*]}" =~ "PrimaryUnreachable" ]] && break
|
[[ "${check_line[*]}" =~ "PrimaryUnreachable" ]] && break
|
||||||
sleep 3
|
sleep 2
|
||||||
if (( max_rounds-- <= 0 )); then
|
if (( max_rounds-- <= 0 )); then
|
||||||
lib_vmsg " COMPARE BAD" >&2
|
lib_vmsg " COMPARE BAD" >&2
|
||||||
break
|
break
|
||||||
|
Loading…
Reference in New Issue
Block a user