remove testDynamicLogReconfigurableConfigsIncludesDeprecatedSynonyms

This commit is contained in:
Colin P. McCabe 2024-09-24 13:30:17 -07:00
parent 4ce9b0d664
commit 297e961c3a
1 changed files with 0 additions and 7 deletions

View File

@ -1021,13 +1021,6 @@ class DynamicBrokerConfigTest {
assertThrows(classOf[ConfigException], () => config.dynamicConfig.validate(newProps, perBrokerConfig = true)) 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 @Test
def testDynamicLogConfigHandlesSynonymsCorrectly(): Unit = { def testDynamicLogConfigHandlesSynonymsCorrectly(): Unit = {
val origProps = TestUtils.createBrokerConfig(0, null, port = 8181) val origProps = TestUtils.createBrokerConfig(0, null, port = 8181)