X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/569f84aa7cda1d47a27738906b1707741151521d..bfc197c3b604baf0dba739ea174d5054284133f0:/tests/integration/replication-3.tcl diff --git a/tests/integration/replication-3.tcl b/tests/integration/replication-3.tcl index 80140f20..e660bf4e 100644 --- a/tests/integration/replication-3.tcl +++ b/tests/integration/replication-3.tcl @@ -6,8 +6,10 @@ start_server {tags {"repl"}} { s -1 role } {slave} + if {$::accurate} {set numops 50000} else {set numops 5000} + test {MASTER and SLAVE consistency with expire} { - createComplexDataset r 50000 useexpire + createComplexDataset r $numops useexpire after 4000 ;# Make sure everything expired before taking the digest r keys * ;# Force DEL syntesizing to slave after 1000 ;# Wait another second. Now everything should be fine.