re-fix EVAL timeout test (#10169)

The edit i made to #10098 before merging was broken.
(INFO is forbidden in LOADING)
This commit is contained in:
Oran Agra 2022-01-24 23:01:08 +02:00 committed by GitHub
parent fa60049648
commit 0343fe9fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -489,12 +489,11 @@ tags {"aof external:skip"} {
$rd debug loadaof
$rd flush
wait_for_condition 100 10 {
[s loading] == 1
[catch {r ping} e] == 1
} else {
fail "server didn't start loading"
}
catch {r ping} err
assert_match {LOADING*} $err
assert_error {LOADING*} {r ping}
$rd read
$rd close
wait_for_log_messages 0 {"*Slow script detected*"} 0 100 100