X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/aaada3f962a9f87fb239e55e3d26c1e794d411d5..5daa1f060a048a9f57e8e5441438d3ba03510bdb:/tests/integration/replication.tcl diff --git a/tests/integration/replication.tcl b/tests/integration/replication.tcl index 6ca5a6dd..892fae03 100644 --- a/tests/integration/replication.tcl +++ b/tests/integration/replication.tcl @@ -27,6 +27,8 @@ start_server {tags {"repl"}} { test {MASTER and SLAVE consistency with expire} { createComplexDataset r 50000 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. if {[r debug digest] ne [r -1 debug digest]} { set csv1 [csvdump r] set csv2 [csvdump {r -1}]