keith-turner commented on code in PR #5905:
URL: https://github.com/apache/accumulo/pull/5905#discussion_r2370451353
##########
test/src/main/java/org/apache/accumulo/test/conf/PropStoreConfigIT_SimpleSuite.java:
##########
@@ -743,23 +747,44 @@ public void testTablePropInSystemConfigFails() {
+ " cannot be set at the system or resource group level."
+ " Set table properties at the namespace or table level."));
}
+
+ assertEquals(Map.of(),
client.instanceOperations().getSystemProperties());
Review Comment:
Should it not be empty it will give a better error message where it shows
the diffs of the two maps. Seemed like the shortest code to get a good error
message.
--
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]