You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Eric Newton (JIRA)" <ji...@apache.org> on 2015/06/11 16:04:01 UTC

[jira] [Created] (ACCUMULO-3899) non-kerberos tests broken with ACCUMULO-3881

Eric Newton created ACCUMULO-3899:
-------------------------------------

             Summary: non-kerberos tests broken with ACCUMULO-3881
                 Key: ACCUMULO-3899
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3899
             Project: Accumulo
          Issue Type: Sub-task
          Components: test
    Affects Versions: 1.7.0
            Reporter: Eric Newton
             Fix For: 1.7.1


While running IT tests, I was getting consistent failures in the proxy tests.

There's code that converts a password String to a ByteBuffer:

{noformat}
{ByteBuffer password = s2bb("password");
{noformat}

And that is passed as a password to another converter that takes a string:

{noformat}
... s2pp(password.toString());
{noformat}

Sadly, the ByteBuffer.toString() call does not get you back the original password.





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)