You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2021/12/13 10:14:06 UTC

[GitHub] [ignite] nizhikov commented on a change in pull request #9618: IGNITE-16028 Node failure with ClassNotFoundException: wrong validation for Object type

nizhikov commented on a change in pull request #9618:
URL: https://github.com/apache/ignite/pull/9618#discussion_r767582099



##########
File path: modules/indexing/src/test/java/org/apache/ignite/internal/processors/cache/index/BasicIndexTest.java
##########
@@ -1518,6 +1521,46 @@ public void testCreateLuceneIndex() throws Exception {
 
         assertNull(GridTestUtils.getFieldValue(tblDesc1, "luceneIdx"));
     }
+    
+    /**
+     * Checks that part of the composite key assembled in BinaryObjectBuilder can pass the validation correctly
+     if you specify Object type when creating the index.
+     */
+    @Test
+    public void testCacheSecondaryCompositeIndex() throws Exception {

Review comment:
       Can you, please, fix formatting and javadoc.




-- 
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-unsubscribe@ignite.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org