tkalkirill commented on a change in pull request #467:
URL: https://github.com/apache/ignite-3/pull/467#discussion_r755786474
##########
File path:
modules/configuration/src/test/java/org/apache/ignite/internal/configuration/ConfigurationRegistryTest.java
##########
@@ -104,6 +106,23 @@ void testValidationPolymorphicConfigurationExtensions() {
configRegistry.stop();
}
+
+ @Test
+ void polymorphicSchemasShouldBeRequiredIfPolymorphicIdIsUsed() {
Review comment:
This is not a valid check, it should be if you have a polymorphic
configuration, then there should be extensions for it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]