tkalkirill commented on a change in pull request #366:
URL: https://github.com/apache/ignite-3/pull/366#discussion_r739026921



##########
File path: 
modules/configuration-annotation-processor/src/integrationTest/java/org/apache/ignite/internal/configuration/processor/ITProcessorTest.java
##########
@@ -144,6 +144,114 @@ void testDirectAccessConfiguration() {
         );
     }
 
+    /** */
+    @Test
+    void testErrorPolymorphicConfigCodeGeneration() {
+        String packageName = 
"org.apache.ignite.internal.configuration.processor.polymorphic";
+
+        assertThrows(
+            IllegalStateException.class,
+            () -> batchCompile(packageName, 
"ErrorPolymorphic0ConfigurationSchema")

Review comment:
       We discussed in personal correspondence that for now we can leave it as 
it is, if the developer looks into the class and, from its description, 
understands what is wrong.




-- 
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]


Reply via email to