OK, I need some basic tutoring here. What constitutes a _real_ failure?
And is there a simple way to find them?

"reproduce with" doesn't necessarily work (obviously).

"grep FAILED" on the test results? That found what's below, but is
it sufficient to find them all?

Cause it appears that the real problem is, indeed, related to the changes
I've been making for SOLR-2921. At least this _really_ makes me
suspicious:
SEVERE: org.apache.solr.common.SolrException: Error loading class
'solr.ICUFoldingFilterFactory'

when I've been changing ICUFoldingFilterFactory (actually, this is probably
a byproduct of a schema definition)...

But I'd have gone ahead and checked it in based on not being able to fail
anything found with "reproduce with", which is bad so I need to know
the magic...

Thanks,
Erick

On Wed, Mar 21, 2012 at 4:00 PM, Uwe Schindler <u...@thetaphi.de> wrote:
> Those in TestSystemPropertiesInvariantRule don't fail the build. Maybe
> another test failed before? The lengthly test output always shows up on
> Jenkins! (both 3.x and trunk)
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: u...@thetaphi.de
>
>
>> -----Original Message-----
>> From: Erick Erickson [mailto:erickerick...@gmail.com]
>> Sent: Wednesday, March 21, 2012 8:48 PM
>> To: dev@lucene.apache.org
>> Subject: Re: Intermittent testing errors in
> TestSystemPropertiesInvariantRule
>>
>> These are build-failing errors as far as I can tell. My touch-stone is
> that I get
>> BUILD FAILED  at the end of the run...
>>
>> On Wed, Mar 21, 2012 at 3:03 PM, Dawid Weiss
>> <dawid.we...@cs.put.poznan.pl> wrote:
>> > 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
>> >
>>
>> ---------------------------------------------------------------------
>> 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
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to