DomGarguilo commented on code in PR #25:
URL: https://github.com/apache/accumulo-access/pull/25#discussion_r1358491468
##########
src/test/java/org/apache/accumulo/access/AccessEvaluatorTest.java:
##########
@@ -89,11 +89,10 @@ public void runTestCases() throws IOException {
evaluator =
AccessEvaluator.builder().authorizations(testSet.auths[0]).build();
runTestCases(testSet, evaluator);
- evaluator =
AccessEvaluator.builder().authorizations(testSet.auths[0]).cacheSize(1).build();
+ evaluator =
AccessEvaluator.builder().authorizations(testSet.auths[0]).build();
Review Comment:
Nice catch. Fixed in ea431d5
--
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]