[ 
https://issues.apache.org/jira/browse/ACCUMULO-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13821480#comment-13821480
 ] 

Billie Rinaldi commented on ACCUMULO-1881:
------------------------------------------

This was difficult to track down.  MockAccumulo creates a root user with empty 
password.  The test tries to connect to MockAccumulo as the current user with 
password foo.  When a user doesn't exist, MockAccumulo just creates it, but 
when it does (as in the case of the root user) it compares the provided 
password with the existing one.

> ShellConfigTest fails when run as root user
> -------------------------------------------
>
>                 Key: ACCUMULO-1881
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1881
>             Project: Accumulo
>          Issue Type: Bug
>          Components: test
>         Environment: CentOS 6.3
>            Reporter: Billie Rinaldi
>             Fix For: 1.7.0
>
>
> I'm not getting the error on my Mac, but on my VM there is an assertion error 
> on line 80, in testTokenAndOption.  In the output log for the test it says
> {noformat}
> AccumuloSecurityException: Error BAD_CREDENTIALS for user root - Username or 
> Password is Invalid
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to