mirror of
https://github.com/schoebel/mars
synced 2024-12-17 04:05:03 +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
|
||||
grep -q "SPLIT BRAIN" $tmp_err && break
|
||||
[[ "${check_line[*]}" =~ "PrimaryUnreachable" ]] && break
|
||||
sleep 3
|
||||
sleep 2
|
||||
if (( max_rounds-- <= 0 )); then
|
||||
lib_vmsg " COMPARE BAD" >&2
|
||||
break
|
||||
|
Loading…
Reference in New Issue
Block a user