vldpyatkov commented on a change in pull request #399:
URL: https://github.com/apache/ignite-3/pull/399#discussion_r736427163



##########
File path: 
modules/table/src/test/java/org/apache/ignite/internal/table/TableManagerTest.java
##########
@@ -248,13 +268,107 @@ public void testDropTable() {
         assertEquals(0, tableManager.tables().size());
     }
 
+    /**
+     * Tests a work of the public API for Table manager {@see 
org.apache.ignite.table.manager.IgniteTables}
+     * when the manager is stopping.
+     */
+    @Test
+    public void testApiTableManagerOnStop() {

Review comment:
       Added a common test, which checks no threads left 
(ITNoThreadsLeftTest.java)




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