• Binbin's avatar
    Fix test and improve assert_replication_stream print the whole stream (#11793) · a7c9e505
    Binbin authored
    This PR has two parts:
    
    1. Fix flaky test case, the previous tests set a lot of volatile keys,
    it injects an unexpected DEL command into the replication stream during
    the later test, causing it to fail. Add a flushall to avoid it.
    
    2. Improve assert_replication_stream, now it can print the whole stream
    rather than just the failing line.
    a7c9e505
test_helper.tcl 29 KB