Hi Erick, These are not build-failing errors, are they? What you're seeing on the console is most likely what's a side effect of running these test suites as part of another test; the way it works is I have some suites that test the testing framework itself so they launch another suite (nested class typically) _as part of the test_. Sometimes these nested suites cause exceptions or errors on purpose and this is what you see on the console.
I suppressed System.out's on some suites but didn't have the time to clean it up for all of them yet. I'll take a look. Dawid On Wed, Mar 21, 2012 at 7:56 PM, Erick Erickson <erickerick...@gmail.com> wrote: > I'm rather consistently getting errors when I run "ant clean test" on > Solr 3.x. Not saying that these area NOT on trunk, but I'm on 3.x at > the moment. > > e.g. > > ant test -Dtestcase=InTestMethod -Dtestmethod=testMethod2 > -Dtests.seed=-3b454f200cdffb4d:4d3124ee9a92369a:286699633a5841fc > -Dargs="-Dfile.encoding=MacRoman" > > ant test -Dtestcase=InTestMethod -Dtestmethod=testMethod1 > -Dtests.seed=-3b454f200cdffb4d:-79099c4209c2611d:286699633a5841fc > -Dargs="-Dfile.encoding=MacRoman" > > ant test -Dtestcase=NonStringProperties -Dtestmethod=testMethod1 > -Dtests.seed=416ce6ff0a0c890b:5ca9698c9bf42fa1:286699633a5841fc > -Dargs="-Dfile.encoding=MacRoman" > > > in TestSystemPropertiesInvariantRule > > Of course, they run fine when I run them individually. They run fine > when I run them in IntelliJ. I'm running in the java 1.5, on OS X, > took the code around 10:00 EDT 21-Mar. > > > Is anyone else seeing this locally? I'm tempted to ignore it in terms > of JIRAs I'm working on because it seems unlikely to be related to > them. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org