mirror of https://github.com/apache/kafka.git
remove testDynamicLogReconfigurableConfigsIncludesDeprecatedSynonyms
This commit is contained in:
parent
4ce9b0d664
commit
297e961c3a
|
@ -1021,13 +1021,6 @@ class DynamicBrokerConfigTest {
|
|||
assertThrows(classOf[ConfigException], () => config.dynamicConfig.validate(newProps, perBrokerConfig = true))
|
||||
}
|
||||
|
||||
@Test
|
||||
def testDynamicLogReconfigurableConfigsIncludesDeprecatedSynonyms(): Unit = {
|
||||
assertTrue(DynamicLogConfig.ReconfigurableConfigs.contains(ServerLogConfigs.LOG_ROLL_TIME_HOURS_CONFIG))
|
||||
assertTrue(DynamicLogConfig.ReconfigurableConfigs.contains(ServerLogConfigs.LOG_ROLL_TIME_JITTER_HOURS_CONFIG))
|
||||
assertTrue(DynamicLogConfig.ReconfigurableConfigs.contains(ServerLogConfigs.LOG_RETENTION_TIME_MINUTES_CONFIG))
|
||||
}
|
||||
|
||||
@Test
|
||||
def testDynamicLogConfigHandlesSynonymsCorrectly(): Unit = {
|
||||
val origProps = TestUtils.createBrokerConfig(0, null, port = 8181)
|
||||
|
|
Loading…
Reference in New Issue