Manno15 commented on a change in pull request #2087:
URL: https://github.com/apache/accumulo/pull/2087#discussion_r629376844
##########
File path: test/src/main/java/org/apache/accumulo/test/ShellServerIT.java
##########
@@ -1421,21 +1431,24 @@ public void help() throws Exception {
}
}
+ // TODO - evaluate this test is testing what is expected or history is
working.
@Test
public void history() throws Exception {
final String table = name.getMethodName();
ts.exec("history -c", true);
ts.exec("createtable " + table);
ts.exec("deletetable -f " + table);
+ // TODO - this may be passing only because method name is history.
Review comment:
This issue seems to occur in 1.10 as well. Interestingly, the @test
annotation for this test was commented out in the 2.0.0 and 2.0.1 release and
was uncommented in #1483.
--
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:
[email protected]