DomGarguilo commented on issue #33: URL: https://github.com/apache/accumulo-proxy/issues/33#issuecomment-1310622787
As part of completing this ticket, the following code should be removed/replaced with the built in functionality of `AccumuloITBase.getUniqueNames()` from accumulo 2.1 https://github.com/apache/accumulo-proxy/blob/498ea89ce9c3fc1a59b66ec5458c5e34f1abd251/src/test/java/org/apache/accumulo/proxy/its/SimpleProxyBase.java#L274-L780 This code was added in #38 so that we could get unique names for resources within the tests. The method above was essentially copied from `AccumuloITBase`. This needed to be done since the difference in JUnit versions between accumulo and accumulo-proxy was causing issues with `getUniqueNames()`. -- 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]
