EdColeman commented on PR #3481: URL: https://github.com/apache/accumulo/pull/3481#issuecomment-1587430103
This additional testing in this PR was inspired by a comment on https://github.com/apache/accumulo/pull/3445 @ctubbsii wrote: ``` This is out of scope for this PR, but we may want to add a test to check that we don't introduce new main classes unintentionally. Currently we only have a test that checks that we're preserving the existing ones... but a better test would be to check through all our classes, and check each one for having a main method, and failing if it finds any we haven't identified as needing one. ``` The removal on main from zoo-info-viewer is to prefer consistency in launch options for two similar tools new to 2.1 (zoo-info-viewer) and 2.1.1 (zoo-prop-editor) -- 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]
