tmagomedov commented on code in PR #861:
URL: https://github.com/apache/ignite-3/pull/861#discussion_r893488953


##########
modules/configuration/src/test/java/org/apache/ignite/internal/configuration/testframework/ConfigurationExtensionTest.java:
##########
@@ -169,4 +174,19 @@ void testParamConfigurationStorageRevisionListenerHolder(
 
         assertTrue(revisions.get(0) < revisions.get(1), revisions::toString);
     }
+
+    /** Test UUID generation in mocks. */
+    @Test
+    public void testInjectInternalId(
+            @InjectConfiguration(
+                    name = "test",
+                    polymorphicExtensions = {
+                            SortedIndexConfigurationSchema.class,
+                            UnknownDataStorageConfigurationSchema.class
+                    },
+                    internalExtensions = { 
ExtendedTableConfigurationSchema.class }
+            ) TableConfiguration tableCfg

Review Comment:
   But why not to use `ExtendedTableConfigurationSchema`?



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