Test failures if user has kerberos tickets ------------------------------------------
Key: HADOOP-7699 URL: https://issues.apache.org/jira/browse/HADOOP-7699 Project: Hadoop Common Issue Type: Bug Components: test Affects Versions: 0.20.205.0 Reporter: Daryn Sharp Assignee: Daryn Sharp I haven't run all the tests, and I haven't tested on trunk, but TestSaslRPC is crashing if I have a kerberos ticket. I have to issue kdestroy before running tests, lest java crashes: {noformat} [junit] Running org.apache.hadoop.ipc.TestSaslRPC [junit] Invalid memory access of location 0x2e rip=0x1010ab900 [junit] [junit] Running org.apache.hadoop.ipc.TestSaslRPC [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec [junit] Test org.apache.hadoop.ipc.TestSaslRPC FAILED (crashed) {noformat} I had hoped I could run unit tests with security enabled... -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira