Skip to content

Commit f48d7e1

Browse files
committed
fix comment
Signed-off-by: peiyu <125331682@qq.com>
1 parent 86cbaff commit f48d7e1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fluss-server/src/test/java/org/apache/fluss/server/DynamicConfigChangeTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import org.apache.fluss.server.zk.ZooKeeperUtils;
3030
import org.apache.fluss.server.zk.data.ZkData.ConfigEntityZNode;
3131
import org.apache.fluss.testutils.common.AllCallbackWrapper;
32-
3332
import org.junit.jupiter.api.AfterAll;
3433
import org.junit.jupiter.api.AfterEach;
3534
import org.junit.jupiter.api.BeforeAll;
@@ -98,7 +97,7 @@ void testAlterLakehouseConfigs() throws Exception {
9897
AlterConfigOpType.SET))))
9998
.isExactlyInstanceOf(ConfigException.class)
10099
.hasMessageContaining(
101-
"The config key un_support_key is not allowed to be changed dynamically.");
100+
"The config key un_support_key is not allowed to be changed dynamically or invalid (non-existent).");
102101

103102
dynamicConfigManager.alterConfigs(
104103
Arrays.asList(

0 commit comments

Comments
 (0)