zstan commented on a change in pull request #542:
URL: https://github.com/apache/ignite-3/pull/542#discussion_r792724481
##########
File path:
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/DdlWithMockedManagersTest.java
##########
@@ -156,11 +163,56 @@ void before() throws NodeStoppingException {
queryProc.start();
}
+ /**
+ * Checks that appropriate methods called form table manager on rel node
construction.
+ */
+ @Test
+ void checkAppropriateTableFound() throws Exception {
Review comment:
rename whole test
##########
File path:
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/DdlWithMockedManagersTest.java
##########
@@ -156,11 +163,56 @@ void before() throws NodeStoppingException {
queryProc.start();
}
+ /**
+ * Checks that appropriate methods called form table manager on rel node
construction.
+ */
+ @Test
+ void checkAppropriateTableFound() throws Exception {
Review comment:
rename whole 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]