AMashenkov commented on code in PR #6213: URL: https://github.com/apache/ignite-3/pull/6213#discussion_r2194718917
########## modules/runner/src/test/java/org/apache/ignite/internal/configuration/compatibility/framework/ConfigurationTreeComparatorSelfTest.java: ########## @@ -170,6 +173,207 @@ void deprecatedAnnotationCantBeRemoved() { assertIncompatible(root2, root1); } + /** + * Check {@link ConfigurationModule#deletedPrefixes()} functionality. + */ + @Test + void testDeleted() { Review Comment: Let's split into 2 tests: testDeletedPropery and testDeletedSubtree -- 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