On Thu, Jan 29, 2009 at 12:17 PM, Michael McCandless <[email protected]> wrote: > > Except... the only reason (I think) that the Lucene build failed was because > I had switched the back-compat test to check out an https:// URL instead of > http:// (the build got hung asking whether you trust that host because its > cert was suspect).... so I switched it back... and I'm not sure why that > Solr test failed! Hmmm...
Right... it doesn't look like a Lucene bug... except if there is something weird in the build that doesn't quite work on Windows. I built lucene with java 1.5.0_16. Could have been a subtle compiler bug, or a bit flip somewhere that only affected Windows, or the bytecode output from my compiler tickled a hotspot bug on Unix.... Anyway, I'm testing with the latest nightly build lucene libs now and will check in if they pass (for me). -Yonik > Mike > > Yonik Seeley wrote: > >> On Thu, Jan 29, 2009 at 12:07 PM, Mark Miller <[email protected]> >> wrote: >>> >>> Mark Miller wrote: >>>> >>>> Anyone else seeing the function query test failing on trunk? >>>> >>>> - Mark >>> >>> Okay, I tried building trunk lucene myself, and after putting that in, >>> the >>> function query test passed. Perhaps an odd Lucene build went in? >> >> The previous lucene nightly had failed (on an svn tag lookup), so I >> built lucene myself (and all tests did pass). >> I've tried multiple times, and I can't get that same test to fail >> (WinXP). Very strange. >> >> Anyway, since the latest lucene nightly did pass, I'll update to that. >> Hopefully that should fix things. >> >> -Yonik > >
