You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/11/19 22:05:54 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1797: Check for consistency of table-related shell commands.

ctubbsii commented on a change in pull request #1797:
URL: https://github.com/apache/accumulo/pull/1797#discussion_r527233450



##########
File path: test/src/main/java/org/apache/accumulo/test/ShellIT.java
##########
@@ -236,6 +236,17 @@ public void insertDeleteScanTest() throws IOException {
     exec("delete \\x90 \\xa0 \\xb0", true);
     exec("scan", true, "\\x90 \\xA0:\\xB0 []    \\xC0", false);
     exec("deletetable test -f", true, "Table: [test] has been deleted");
+    // Add tests to verify use of --table parameter
+    exec("createtable test2", true);
+    exec("notable", true);

Review comment:
       What is 'notable' here?




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org