Class MySqlTaskContextIT
- java.lang.Object
-
- io.debezium.connector.mysql.legacy.MySqlTaskContextTest
-
- io.debezium.connector.mysql.legacy.MySqlTaskContextIT
-
public class MySqlTaskContextIT extends MySqlTaskContextTest
- Author:
- Randall Hauch
-
-
Field Summary
-
Fields inherited from class io.debezium.connector.mysql.legacy.MySqlTaskContextTest
config, context, databaseName, DB_HISTORY_PATH, hostname, password, port, serverId, serverName, username
-
-
Constructor Summary
Constructors Constructor Description MySqlTaskContextIT()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidassertCanConnectToJdbc()protected voidassertConnectedToJdbc()protected voidassertNotConnectedToJdbc()voidshouldCloseJdbcConnectionOnShutdown()voidshouldCreateTaskFromConfiguration()-
Methods inherited from class io.debezium.connector.mysql.legacy.MySqlTaskContextTest
afterEach, beforeEach, historyRecord, shouldComparePositionsWithDifferentFields, shouldCreateTaskFromConfigurationWithNeverSnapshotMode, shouldCreateTaskFromConfigurationWithWhenNeededSnapshotMode, shouldFilterAndMergeGtidSet, shouldFilterInternalDmlStatementsUsingDefaultFilter, shouldIgnoreDatabaseHistoryProperties, shouldMergeToFirstAvailableGtidSetPositions, shouldNotAllowBothGtidSetIncludesAndExcludes, shouldUseGtidSetIncludes, shouldUseGtidSetIncludesLiteralUuids, shouldUseGtidSetxcludesLiteralUuids, simpleConfig
-
-
-
-
Method Detail
-
shouldCreateTaskFromConfiguration
public void shouldCreateTaskFromConfiguration() throws Exception- Throws:
Exception
-
shouldCloseJdbcConnectionOnShutdown
public void shouldCloseJdbcConnectionOnShutdown() throws Exception- Throws:
Exception
-
assertCanConnectToJdbc
protected void assertCanConnectToJdbc() throws SQLException- Throws:
SQLException
-
assertConnectedToJdbc
protected void assertConnectedToJdbc() throws SQLException- Throws:
SQLException
-
assertNotConnectedToJdbc
protected void assertNotConnectedToJdbc() throws SQLException- Throws:
SQLException
-
-