Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
0343fe9f
Unverified
Commit
0343fe9f
authored
Jan 24, 2022
by
Oran Agra
Committed by
GitHub
Jan 24, 2022
Browse files
re-fix EVAL timeout test (#10169)
The edit i made to #10098 before merging was broken. (INFO is forbidden in LOADING)
parent
fa600496
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/aof.tcl
View file @
0343fe9f
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment