Package io.debezium.config
Class ConfigurationTest
java.lang.Object
io.debezium.config.ConfigurationTest
- Author:
- Randall Hauch
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidOn Amazon RDS we'll see INSERT (sic!) statements for a heartbeat table in the DDL even stream, they should be filtered out by default (the reason being that those statements are sent using STATEMENT binlog format, which is just applied for that session emitting those statements).voidvoidvoidvoidvoidvoidvoidvoidvoidTest verifying that a Configuration object cannot be modified after creation.voidvoidvoidvoidvoidvoidvoid
-
Field Details
-
config
private io.debezium.config.Configuration config
-
-
Constructor Details
-
ConfigurationTest
public ConfigurationTest()
-
-
Method Details
-
beforeEach
public void beforeEach() -
shouldConvertFromProperties
public void shouldConvertFromProperties() -
shouldNotBeModifiedAfterCreation
Test verifying that a Configuration object cannot be modified after creation. -
shouldCreateInternalFields
public void shouldCreateInternalFields() -
shouldThrowValidationOnDuplicateOldColumnFilterConfiguration
-
shouldThrowValidationOnDuplicateColumnFilterConfiguration
-
shouldAllowNewColumnFilterIncludeListConfiguration
public void shouldAllowNewColumnFilterIncludeListConfiguration() -
shouldAllowNewColumnFilterExcludeListConfiguration
public void shouldAllowNewColumnFilterExcludeListConfiguration() -
shouldCallFunctionOnEachMatchingFieldUsingRegex
public void shouldCallFunctionOnEachMatchingFieldUsingRegex() -
shouldMaskPasswords
public void shouldMaskPasswords() -
defaultDdlFilterShouldFilterOutRdsHeartbeatInsert
On Amazon RDS we'll see INSERT (sic!) statements for a heartbeat table in the DDL even stream, they should be filtered out by default (the reason being that those statements are sent using STATEMENT binlog format, which is just applied for that session emitting those statements). -
defaultDdlFilterShouldFilterOutFlushRelayLogs
-
defaultDdlFilterShouldFilterOutRdsSysinfoStatements
-
defaultDdlFilterShouldFilterOutRdsMonitorStatements
-
defaultDdlFilterShouldFilterOutMySqlInlineComments
-
customDdlFilterShouldFilterOutMySqlCreateViewStatements
-
testMsgKeyColumnsField
-
testMsgKeyColumnsFieldRegexValidation
-
testServerNameValidation
-
testHostnameValidation
-
testConfigurationMerge
-