Skip to content

Commit

Permalink
fix:slave parse tnx binlog failed
Browse files Browse the repository at this point in the history
  • Loading branch information
brother-jin committed May 9, 2024
1 parent 0ce3267 commit b655bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/replication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ var _ = Describe("should replication ", func() {
Expect(r2.Err()).NotTo(HaveOccurred())
Expect(r2.Val()).To(Equal([]interface{}{"OK", "OK"}))

time.Sleep(100 * time.Millisecond)
time.Sleep(100 * time.Millisecond)

getkey1 := clientSlave.Get(ctx, "key1")
Expect(getkey1.Err()).NotTo(HaveOccurred())
Expand Down

0 comments on commit b655bf8

Please sign in to comment.