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

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

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

Josh Elser commented on ACCUMULO-3899:
--------------------------------------

Are you up to date? Im pretty sure I fixed this already.

> 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, 1.8.0
>
>
> 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)