Skip to content

Commit

Permalink
Merge branch 'main' into redis-repl
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang authored Feb 10, 2024
2 parents 25f587d + 0688f12 commit 78c72e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/test_repl_master_cmd_prop.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ func testReplMasterCmdProp(stageHarness *testerutils.StageHarness) error {

// Redis will send SELECT, but not expected from Users.
err, _ = replica.readAndAssertMessagesWithSkip([]string{"SET", "foo", "123"}, "SELECT", true)

if err != nil {
return err
}
Expand Down

0 comments on commit 78c72e7

Please sign in to comment.