alex-plekhanov commented on code in PR #12146: URL: https://github.com/apache/ignite/pull/12146#discussion_r2204981701
########## modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/exec/rel/AbstractExecutionTest.java: ########## @@ -210,7 +210,15 @@ public void setup() throws Exception { taskExecutor = executor; } else { - taskExecutor = new QueryBlockingTaskExecutor(kernal); + taskExecutor = new QueryBlockingTaskExecutor(kernal) { Review Comment: We have random delays and reordering for striped executor for each execution test. I think blocking executor has to be tested the same way. -- 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