"vscode:/vscode.git/clone" did not exist on "1cd0cdd523b50ccbfeb5c76784e8fb76a05ddcb2"
Fix test and improve assert_replication_stream print the whole stream (#11793)
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.
Please register or sign in to comment