It turns out this was a real failure. Each test tried to open a new server without closing the last one. I fixed it in 552760.
I guess thats the problem with tests we expect to fail! On 7/3/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
> [junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 7.177 sec > [junit] Test org.apache.solr.client.solrj.embedded.TestJettySolrRunner FAILED > > BUILD FAILED > Thoughts on what to do about this? For starters, it would be great to have the ant test-reports output be accessible to see what is happening. The error is either the 'can not bind' or 'port already in use' Should we make it an optional test? If it can't bind the port, it would continue without failing? This test would have alerted an error in solr-1.2-RC1 ryan
