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
16be742b
Unverified
Commit
16be742b
authored
Sep 19, 2021
by
Oran Agra
Committed by
GitHub
Sep 19, 2021
Browse files
fix replication test failure, probing the wrong log file (#9513)
parent
f898a9e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/integration/replication.tcl
View file @
16be742b
...
@@ -797,7 +797,7 @@ test "diskless replication read pipe cleanup" {
...
@@ -797,7 +797,7 @@ test "diskless replication read pipe cleanup" {
# wait for the replicas to start reading the rdb
# wait for the replicas to start reading the rdb
wait_for_log_messages 0
{
"*Loading DB in memory*"
}
$loglines 800 10
wait_for_log_messages 0
{
"*Loading DB in memory*"
}
$loglines 800 10
set loglines
[
count_log_lines
0
]
set loglines
[
count_log_lines
-1
]
# send FLUSHALL so the RDB child will be killed
# send FLUSHALL so the RDB child will be killed
$master flushall
$master flushall
...
...
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