[ http://issues.apache.org/jira/browse/HADOOP-482?page=comments#action_12443080 ] Wendy Chien commented on HADOOP-482: ------------------------------------
I assume you are suggesting these because then we won't have to change the constructor interfaces for Namenode, FSNamesystem, and JobTracker? a) I'm fine with this solution, though I don't know what the info port is used for in non-test cases, just the web ui? We'd have to be able to return the final selected info port. b) I prefer putting this in a config file (src/test/hadoop-site.xml) over having it passed into the constructor. It seems cleaner to allow the user to change the test port without needing to change the code. > unit test hangs when a cluster is running on the same machine > ------------------------------------------------------------- > > Key: HADOOP-482 > URL: http://issues.apache.org/jira/browse/HADOOP-482 > Project: Hadoop > Issue Type: Bug > Reporter: Wendy Chien > Assigned To: Wendy Chien > Priority: Minor > Attachments: unittest2.patch > > > Instead of hanging, it should report an error. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
