lowka commented on code in PR #7206:
URL: https://github.com/apache/ignite-3/pull/7206#discussion_r2618880921
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/prepare/PrepareServiceImplTest.java:
##########
@@ -317,33 +339,20 @@ public void prepareParamInPredicateAllTypes(NativeType
nativeType, int precision
}
@Test
- public void timeoutedPlanShouldBeRemovedFromCache() throws
InterruptedException {
+ public void timedoutPlanShouldBeRemovedFromCache() {
Review Comment:
Both new name and the suggested names are the same
`timedOutPlanShouldBeRemovedFromCache`.
--
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]