This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problems with port 30000 in .net.ServerSocketTest test_params testcase


Many of the .net testcases use hard-coded port numbers when testing the Socket and ServerSocket classes.  Most of these port numbers have not caused us any problems, with the exception of 30000.  On Compaq systems this is the port of an AFS management server, and therefore any use of port 30000 causes the testcase to fail.  The first test_params() testcase in .net.ServerSocketTest creates a ServerSocket bound to port 30000, which is then used to test various ServerSocket methods.  Would it be possible to alter this test so that it either uses a different hard-coded port or specifies port 0, which will allow the system to assign it a free port?  With the latter approach, the getLocalPort method will retrieve the port number that was chosen.  


Thanks,
Steve Murry
SAS Institute


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]