DBZ-7936 Fix test by removing earlier validation

This commit is contained in:
Jiri Pechanec 2024-06-10 07:38:51 +02:00
parent a7bfa8d11f
commit b3eaab178b

View File

@ -3281,6 +3281,7 @@ private void shouldStopRetriableRestartsAtConfiguredMaximum(SqlRunnable scenario
final Configuration config1 = TestHelper.defaultConnectorConfig()
.with(SqlServerConnectorConfig.DATABASE_NAMES.name(), TestHelper.TEST_DATABASE_1 + "," + TestHelper.TEST_DATABASE_2)
.with("errors.max.retries", 1)
.with(SqlServerConnectorConfig.LOG_POSITION_CHECK_ENABLED, false)
.build();
final LogInterceptor logInterceptor = new LogInterceptor(ErrorHandler.class);