File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
fluss-server/src/test/java/org/apache/fluss/server Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 2929import org .apache .fluss .server .zk .ZooKeeperUtils ;
3030import org .apache .fluss .server .zk .data .ZkData .ConfigEntityZNode ;
3131import org .apache .fluss .testutils .common .AllCallbackWrapper ;
32-
3332import org .junit .jupiter .api .AfterAll ;
3433import org .junit .jupiter .api .AfterEach ;
3534import 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 (
You can’t perform that action at this time.
0 commit comments