> I just fixed a thread-safety bug, but I just saw another failure, and > I'm pulling my hair because it refuses to repro.
You can run with a single JVM by passing -Dtests.jvms=1 (or so I believe; try ant test-help). This shouldn't affect multi-threaded tests but if you have a problem with dependency between suites (test classes), such as some values from preinitialized static fields or the like then it may be the cause. Otherwise the test framework makes it really simple: if a thread was created within a test class then it should die before the test class completes. What is the exception (stack?) you're getting? Can you share it privately? Dawid --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
