Unverified Commit e33e0295 authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

resolve replication test timing sensitivity (#9982)

issue started failing after #9878 was merged (made an exiting test more sensitive)
parent 41e6e05d
......@@ -540,8 +540,8 @@ foreach testType {Successful Aborted} {
switch $testType {
"Aborted" {
# Set master with a slow rdb generation, so that we can easily intercept loading
# 10ms per key, with 1000 keys is 10 seconds
$master config set rdb-key-save-delay 10000
# 30ms per key, with 1000 keys is 30 seconds
$master config set rdb-key-save-delay 30000
test {Diskless load swapdb (async_loading): replica enter async_loading} {
# Wait for the replica to start reading the rdb
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment