mysql-binlog-connector-java icon indicating copy to clipboard operation
mysql-binlog-connector-java copied to clipboard

Prevent running the tests in BinaryLogClientIntegrationTest twice

Open jinfwhuang opened this issue 6 years ago • 0 comments

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.

jinfwhuang avatar May 31 '19 21:05 jinfwhuang