Manno15 edited a comment on pull request #2228:
URL: https://github.com/apache/accumulo/pull/2228#issuecomment-896216249


   It appears System.console() will always return null for our tests. 
Especially in an IDE. 
https://stackoverflow.com/questions/4644415/java-how-to-get-input-from-system-console
 has some reasoning into why and has alternative solutions. Though I wonder for 
our use case, a simple System.out.println() would suffice. 
   
   EDIT: I tested it locally and everything passes when replaced with 
System.out.println (only for the console.writer parts).


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