Closed GoogleCodeExporter closed 9 years ago
https://github.com/harrah/test-interface/blob/master/src/org/scalatools/testing/
Runner2.java
"This Runner should run the suite in the calling (current) thread."
The model is that the client (sbt) handles the parallelization at the
file/suite-level and the test framework runs things on the thread it is called
on. The test interface generally needs finer granularity and needs other work,
but I don't have the resources to push this forward.
Original comment by dmhar...@gmail.com
on 3 Dec 2010 at 3:35
Actually, it makes sense that for a given project, some "test classes" will be
able to be executed concurrently while others cannot (because they access some
kind of shared resources). This is why I think that it's good to be able to
execute tests/examples concurrently for a given class.
In the meantime it might be a good idea just to make the sbt code more robust
by avoiding this exception to occur?
Original comment by etorrebo...@gmail.com
on 7 Dec 2010 at 9:53
I found the proper way to avoid this issue by having the specification fully
executed before being reported.
So I think that you can close this issue.
Original comment by etorrebo...@gmail.com
on 15 Feb 2011 at 10:21
Original comment by dmhar...@gmail.com
on 22 Feb 2011 at 12:57
Original issue reported on code.google.com by
etorrebo...@gmail.com
on 28 Nov 2010 at 11:56