Mmuzaf commented on code in PR #10140:
URL: https://github.com/apache/ignite/pull/10140#discussion_r923249879
##########
modules/core/src/test/java/org/apache/ignite/internal/client/thin/ThinClientPartitionAwarenessStableTopologyTest.java:
##########
@@ -73,6 +76,28 @@ public void testPartitionedCustomAffinityCache() {
testNotApplicableCache(PART_CUSTOM_AFFINITY_CACHE_NAME);
}
+ /**
+ * Test that partition awareness is applicable for partitioned cache with
custom affinity function
+ * and key to partition mapping function is set on the client side.
+ */
+ @Test
+ public void testPartitionedCustomAffinityCacheWithMapper() throws
Exception {
+ client.close();
Review Comment:
Discussed privately. Dicided to keep this as is.
--
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]