milleruntime commented on issue #1190: Password CLI Bug
URL: https://github.com/apache/accumulo/issues/1190#issuecomment-500548930
 
 
   > Try: `shopt -s globstar; grep -R '"-p"' **/src/main/java/`
   > 
   > The output shows ShellIT and ShellServerIT both using `-p`, and those 
tests pass fine. Perhaps the issue is with your script?
   
   I think its with ``` TestIngest ``` since that is what the script is using.  
Here is what is causing issues:
   
   ```
   accumulo org.apache.accumulo.test.TestIngest -i uno -u root -p secret --rows 
"${ROWS}"
   ```
   
   Checkout ``` shopt -s globstar; grep -R 'TestIngest' **/src/main/java/ ``` 
We using it in a bunch of Tests but doesn't look like we use it in the Shell 
tests. 

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to