timoninmaxim commented on code in PR #11559: URL: https://github.com/apache/ignite/pull/11559#discussion_r1847996858
########## modules/core/src/test/java/org/apache/ignite/internal/client/thin/BlockingTxOpsTest.java: ########## @@ -105,17 +108,27 @@ public void testBlockingOps() throws Exception { ); // Clear operation. - checkOpMultithreaded(client, - () -> cache.put(0, 0), - () -> cache.clear(0), - () -> assertFalse(cache.containsKey(0)) + assertThrows( Review Comment: The check in thin client must be performed on client side. -- 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-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org