neo09 / gwt-platform

Automatically exported from code.google.com/p/gwt-platform
0 stars 0 forks source link

Make ScopeTest.SINGLETON thread safe #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Right now, ScopeTest.SINGLETON will most likely fail if multiple tests are 
run in parallel. Figure out how to run tests in parallel and find a way to 
make ScopeTest.SINGLETON thread safe.

Original issue reported on code.google.com by philippe.beaudoin on 30 Mar 2010 at 3:22

GoogleCodeExporter commented 9 years ago
A simple approach to running all the test methods within a JUnit test case in 
parallel:
http://pequenoperro.blogspot.com/2009/12/running-junit-tests-in-parallel.html

Original comment by philippe.beaudoin on 30 Mar 2010 at 3:58

GoogleCodeExporter commented 9 years ago
This is not needed anytime soon... We can live with sequential test for a while 
longer.

Original comment by philippe.beaudoin on 30 Mar 2010 at 3:59

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 1 Apr 2010 at 6:44

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 22 Sep 2010 at 1:45

GoogleCodeExporter commented 9 years ago

Original comment by philippe.beaudoin on 22 Sep 2010 at 1:59

GoogleCodeExporter commented 9 years ago
This is a Jukito issue.

Original comment by philippe.beaudoin on 20 May 2011 at 4:24