Skip to content

Commit

Permalink
Update pymysqlreplication/tests/test_basic.py
Browse files Browse the repository at this point in the history
Co-authored-by: sean.k1 (Umhyunsik) <sean.k1@kakaoent.com>
  • Loading branch information
Bue-von-hon and sean-k1 authored Dec 5, 2023
1 parent 93b0c3f commit f200a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymysqlreplication/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -1486,7 +1486,7 @@ def test_gtid_event(self):
self.stream = BinLogStreamReader(
self.database,
server_id=1024,
only_events=[GtidEvent],
only_events=[GtidEvent, FORMAT_DESCRIPTION_EVENT],
)
if not self.isMySQL57AndMore():
self.skipTest("Mysql version is under 5.7")
Expand Down

0 comments on commit f200a56

Please sign in to comment.