Running the Solr/Lucene tests failed

2010-03-23 Thread Michael Busch
Hi all, I wanted to commit LUCENE-2329. I just checked out the new combined trunk https://svn.apache.org/repos/asf/lucene/dev/trunk and ran ant test. After 20 mins the build failed on the unmodified code (see below). I hadn't applied my patch yet. What's the status of the combined trunk?

RE: Running the Solr/Lucene tests failed

2010-03-23 Thread Uwe Schindler
; solr-...@lucene.apache.org Subject: Running the Solr/Lucene tests failed Hi all, I wanted to commit LUCENE-2329. I just checked out the new combined trunk https://svn.apache.org/repos/asf/lucene/dev/trunk and ran ant test. After 20 mins the build failed on the unmodified code (see

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Mark Miller
Robert very recently committed some stuff that parallelizes the solr tests that may need to be worked out in all cases still (if that is indeed the problem here). A variety of devs have tested it, but there may be a lingering issue? No helpful errors printed above BUILD FAILED? The line the

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Robert Muir
Maybe, the Solr test TestLBHttpSolrServer failed for me randomly before this parallelization though, and still does. In general the jetty tests have caused me some grief. But its also equally likely i broke it for you somehow... Michael, can you try running with -Dsequential-tests=1 ? Apologies

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Robert Muir
Thanks Michael, this isn't a parallel test problem at all, its a sporatic problem with solr's jetty tests (the same problem I mentioned in the previous response). You might/will see this problem running the tests sequentially too. Test org.apache.solr.client.solrj.embedded.JettyWebappTest FAILED

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Michael Busch
On 3/23/10 1:07 PM, Robert Muir wrote: Maybe, the Solr test TestLBHttpSolrServer failed for me randomly before this parallelization though, and still does. In general the jetty tests have caused me some grief. But its also equally likely i broke it for you somehow... Michael, can you try

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Michael Busch
I see. And all the other exceptions printed are expected? Michael On 3/23/10 1:20 PM, Robert Muir wrote: Thanks Michael, this isn't a parallel test problem at all, its a sporatic problem with solr's jetty tests (the same problem I mentioned in the previous response). You might/will see this

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Robert Muir
Yeah its a bit confusing... before, exceptions happening in other threads were silently hidden. Uwe fixed this in Lucene I think, and right now the verbosity is cranked for Solr, too. Yonik is hacking away at these tests to quiet the ones that are truly expected exceptions... At least I think I

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Mark Miller
If you do an update your issue should be resolved. This is something we ran into the other day as well, and have been solving it a bit at a time ;) - Mark On 03/23/2010 04:29 PM, Robert Muir wrote: Yeah its a bit confusing... before, exceptions happening in other threads were silently hidden.

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Yonik Seeley
On Tue, Mar 23, 2010 at 5:07 PM, Michael Busch busch...@gmail.com wrote: OK I reran the tests sequentially with my LUCENE-2329 patch applied.  The same test failed again: [junit] Test org.apache.solr.client.solrj.embedded.JettyWebappTest FAILED Everything else looks good.  So it should be

Re: Running the Solr/Lucene tests failed

2010-03-23 Thread Michael Busch
On 3/23/10 2:12 PM, Yonik Seeley wrote: On Tue, Mar 23, 2010 at 5:07 PM, Michael Buschbusch...@gmail.com wrote: OK I reran the tests sequentially with my LUCENE-2329 patch applied. The same test failed again: [junit] Test org.apache.solr.client.solrj.embedded.JettyWebappTest FAILED