[Mono-bugs] [Bug 72612][Maj] Changed - Failure on buildbot of remoting tests

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 17:31:16 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lluis@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=72612

--- shadow/72612	2005-02-15 11:47:45.000000000 -0500
+++ shadow/72612.tmp.16299	2005-02-16 17:31:16.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 72612
 Product: Mono: Class Libraries
 Version: 1.0
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Major
 Component: System
 AssignedTo: lluis@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -16,6 +16,10 @@
 Cc: 
 Summary: Failure on buildbot of remoting tests
 
 Many remoting tests fail on buildbot.
 
 See http://mono.ximian.com:8008/intel-head-mono/events/1337/log
+
+------- Additional Comments From lluis@ximian.com  2005-02-16 17:31 -------
+The errors were due to trying to reuse ports already taken by some
+other application. I changed the tests so they can now take any free port.