cshannon commented on PR #2985:
URL: https://github.com/apache/accumulo/pull/2985#issuecomment-1263416039

   So the issue here with the 
[test](https://builds.apache.org/job/Accumulo/job/main/lastCompletedBuild/org.apache.accumulo$accumulo-test/testReport/org.apache.accumulo.test.conf/PropStoreConfigIT/modifyInstancePropertiesTest/)
 breaking is that the point of the new method that was removed was to only 
return the system properties but now the assertion is done on 
getSystemConfiguration() which is going to return the entire config.
   
   Why not just keep the public getSystemProperties() method but have it return 
a map instead?


-- 
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]

Reply via email to