http://bugzilla.novell.com/show_bug.cgi?id=497848

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=497848#c1


Gonzalo Paniagua Javier <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |INVALID




--- Comment #1 from Gonzalo Paniagua Javier <[email protected]>  2009-04-24 
11:08:25 MDT ---
You have a race condition in your test.
In line 182 -> test1.Start (); and then test2.Start ().
You are assuming that the order of execution will be the same, but it's not.
Add a Thread.Sleep (200) in between them and the test will work just fine.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to