WHBANG commented on code in PR #1471:
URL: 
https://github.com/apache/incubator-pegasus/pull/1471#discussion_r1194536671


##########
java-client/src/test/java/org/apache/pegasus/client/TestAdminClient.java:
##########
@@ -134,4 +137,35 @@ public void testDropApp() throws PException {
     pClient.close();
     Assert.fail("expected PException for openTable");
   }
+
+  @Test
+  public void testListApps() throws PException {
+    String appName = "testListApps" + System.currentTimeMillis();
+    List<app_info> appInfoList = new ArrayList<>();
+    toolsClient.listApps(true, appInfoList);

Review Comment:
   It doesn't matter if there is no “available” table, a new “available” table 
will be created later.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to