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



##########
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:
       I guess not, you could at least write a reply :)




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