[ https://issues.apache.org/jira/browse/ACCUMULO-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Newton resolved ACCUMULO-3899. ----------------------------------- Resolution: Duplicate Assignee: Eric Newton [~elserj] already caught this > 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 > Assignee: 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)