dlmarion commented on code in PR #5582:
URL: https://github.com/apache/accumulo/pull/5582#discussion_r2110025786
##########
server/base/src/test/java/org/apache/accumulo/server/conf/NamespaceConfigurationTest.java:
##########
@@ -81,6 +81,8 @@ public void setUp() {
Map.of(Property.INSTANCE_SECRET.getKey(), "sekrit"))).anyTimes();
propStore.registerAsListener(eq(nsPropStoreKey), anyObject());
expectLastCall().anyTimes();
+ propStore.invalidate(nsPropStoreKey);
+ expectLastCall().anyTimes();
Review Comment:
I could probably do that in some of the tests, I'll go back and evaluate.
Some of the expectations are only set in a `@BeforeEach` and then there are
tests that don't go down that path, which would then cause them to fail.
--
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]