zstan commented on code in PR #7140:
URL: https://github.com/apache/ignite-3/pull/7140#discussion_r2584977978


##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/prepare/PrepareServiceImplTest.java:
##########
@@ -448,13 +448,11 @@ public void planUpdatesForNonCachedTable() {
         String selectQuery = "SELECT * FROM test.t1 WHERE c = 1";
         await(service.prepareAsync(parse(selectQuery), 
operationContext().build()));
 
-        assertThat(service.cache.size(), is(1));

Review Comment:
   These checks are redundant, caffeine cache size can be eventually more than 
configured due to async eviction, or only second one can be removed.



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