You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "EdColeman (via GitHub)" <gi...@apache.org> on 2023/03/22 14:18:00 UTC

[GitHub] [accumulo] EdColeman commented on a diff in pull request #3245: Clear ServerConfigurationFactory cache on ZooKeeper notifications. Improve ShellServerIT test.

EdColeman commented on code in PR #3245:
URL: https://github.com/apache/accumulo/pull/3245#discussion_r1144888481


##########
test/src/main/java/org/apache/accumulo/test/shell/ShellServerIT.java:
##########
@@ -167,63 +167,94 @@ public void exporttableImporttable() throws Exception {
         getCluster().createAccumuloClient(getPrincipal(), new PasswordToken(getRootPassword()))) {
       client.securityOperations().grantNamespacePermission(getPrincipal(), "",
           NamespacePermission.ALTER_NAMESPACE);
+
+      final String table = getUniqueNames(1)[0] + "_export_src";
+      final String table2 = table + "_import_tgt";

Review Comment:
   fixed in 32ef064f89



-- 
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: notifications-unsubscribe@accumulo.apache.org

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