milleruntime commented on code in PR #2756:
URL: https://github.com/apache/accumulo/pull/2756#discussion_r890433320
##########
server/base/src/test/java/org/apache/accumulo/server/conf/NamespaceConfigurationTest.java:
##########
@@ -114,6 +115,7 @@ public void testGet_InParent() {
assertEquals("sekrit", nsConfig.get(Property.INSTANCE_SECRET));
// TODO Need to check parent and accessor usage
+ verify(parent, propStore, context);
Review Comment:
@EdColeman This is failing but I wasn't sure what you meant by the TODO.
Suggestions?
--
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]