timoninmaxim commented on code in PR #11559: URL: https://github.com/apache/ignite/pull/11559#discussion_r1863055865
########## modules/core/src/test/java/org/apache/ignite/internal/client/thin/BlockingTxOpsTest.java: ########## @@ -105,17 +107,27 @@ public void testBlockingOps() throws Exception { ); // Clear operation. - checkOpMultithreaded(client, - () -> cache.put(0, 0), - () -> cache.clear(0), - () -> assertFalse(cache.containsKey(0)) + assertThrows( Review Comment: Now this checks can be removed. There is no concurrency between put and clear operations in thin client. Exception you check in other test class -- 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