zstan commented on code in PR #6276: URL: https://github.com/apache/ignite-3/pull/6276#discussion_r2218721299
########## modules/runner/src/test/java/org/apache/ignite/internal/configuration/compatibility/framework/ConfigurationTreeComparatorSelfTest.java: ########## @@ -410,7 +448,7 @@ void testDeleteAfterRename() { EnumSet.of(Flags.IS_ROOT)); ConfigNode node1Ver1 = new ConfigNode(root, Map.of(Attributes.NAME, "oldTestCount"), List.of(), - EnumSet.of(Flags.IS_VALUE)); + EnumSet.of(Flags.IS_VALUE, Flags.HAS_DEFAULT)); Review Comment: seems this test need to be extended -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org