Skip to content
This repository has been archived by the owner on Nov 24, 2023. It is now read-only.

Commit

Permalink
gtid: address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc committed Oct 28, 2019
1 parent ca95223 commit feeed29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkg/gtid/gtid_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,11 @@ func (s *testGTIDSuite) TestMySQLGTIDTruncate(c *C) {
end: "00c04543-f584-11e9-a765-0242ac120002:45-55",
after: "00c04543-f584-11e9-a765-0242ac120002:40-55",
},
{
before: "00c04543-f584-11e9-a765-0242ac120002:40-60:70:80-100",
end: "00c04543-f584-11e9-a765-0242ac120002:45-55:85-95",
after: "00c04543-f584-11e9-a765-0242ac120002:40-55:70:80-95",
},
{
before: "00c04543-f584-11e9-a765-0242ac120002:40-60:70:80-100",
end: "00c04543-f584-11e9-a765-0242ac120002:45-55:70:85-95",
Expand Down

0 comments on commit feeed29

Please sign in to comment.