Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Failed tests: testBuildDTServiceName(org.apache.hadoop.security.TestSecurityUtil): expected:<[127.0.0.1]:123> but was:<[localhost]:123>
testBuildTokenServiceSockAddr(org.apache.hadoop.security.TestSecurityUtil): expected:<[127.0.0.1]:123> but was:<[localhost]:123>
Test methods run in an arbitrary order with JDK7. In this case, these tests fail because tests like testSocketAddrWithName (which run afterward with JDK6) are calling SecurityUtil.setTokenServiceUseIp(false).
Attachments
Attachments
Issue Links
- relates to
-
HADOOP-9174 TestSecurityUtil fails on Open JDK 7
- Closed