keith-turner commented on code in PR #5736:
URL: https://github.com/apache/accumulo/pull/5736#discussion_r2201702994
##########
test/src/main/java/org/apache/accumulo/test/functional/TabletManagementIteratorIT.java:
##########
@@ -311,6 +334,8 @@ public void test() throws AccumuloException,
AccumuloSecurityException, TableExi
// clean up
dropTables(client, t1, t2, t3, t4, metaCopy1, metaCopy2, metaCopy3,
metaCopy4, metaCopy5,
metaCopy6);
+ } finally {
+ super.teardownCluster();
Review Comment:
it may fine, depends on if calling the method twice would cause problems
sometimes
--
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]