File tree 1 file changed +2
-1
lines changed 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1747,7 +1747,7 @@ def setUp(self):
1747
1747
only_events = (TableMapEvent ,),
1748
1748
)
1749
1749
if not self .isMySQL8014AndMore ():
1750
- self .skipTest ("Mysql version is under 8.0.14 - pass TestOptionalMetaData " )
1750
+ self .skipTest ("Mysql version is under 8.0.14 - pass TestColumnValueNoneSources " )
1751
1751
self .execute ("SET GLOBAL binlog_row_metadata='FULL';" )
1752
1752
1753
1753
def test_get_none (self ):
@@ -1789,6 +1789,7 @@ def test_get_none_invalid(self):
1789
1789
self .assertIsInstance (self .stream .fetchone (), RotateEvent )
1790
1790
self .assertIsInstance (self .stream .fetchone (), FormatDescriptionEvent )
1791
1791
self .assertIsInstance (self .stream .fetchone (), PreviousGtidsEvent )
1792
+ self .assertIsInstance (self .stream .fetchone (), GtidEvent )
1792
1793
self .assertIsInstance (self .stream .fetchone (), QueryEvent )
1793
1794
self .assertIsInstance (self .stream .fetchone (), TableMapEvent )
1794
1795
You can’t perform that action at this time.
0 commit comments