EdColeman commented on issue #2441: URL: https://github.com/apache/accumulo/issues/2441#issuecomment-1040741792
It is a test so readability and maintainability should have priority. There is no way that any optimization of a string that is executed once during a test is going to make any difference. Something like needing repeatedly spin up a minicluser needs to be evaluated. The time to build a log message is not something to worry about. If it makes migration easier - pick whatever is easiest to understand in terms of the test context. -- 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]
