mysql-binlog-connector-java
mysql-binlog-connector-java copied to clipboard
Prevent running the tests in BinaryLogClientIntegrationTest twice
The PR separates some base code that was in BinaryLogClientIntegrationTest into a new class BinaryLogClientIntegrationTestBase.
Both BinaryLogClientIntegrationTest and BinaryLogClientGTIDIntegrationTest now inherits from the new class.