Re: I can't pass the unit test when compile from apache-solr-3.3.0-src

2011-09-02 Thread lee carroll
Hi Chris, That makes sense. I was behind fire wall when running both builds. I thought I was correctly proxied - but maybe the request was being squashed by something else before it even got to the firewall. I've just ran tests again but this time outside of fire wall and all pass. Thanks a lot

Re: I can't pass the unit test when compile from apache-solr-3.3.0-src

2011-09-01 Thread Chris Hostetter
: Trunk builds and tests fine but 3.3 fails the test below ... : NOTE: reproduce with: ant test -Dtestcase=ContentStreamTest : -Dtestmethod=testURLStream : -Dtests.seed=743785413891938113:-7792321629547565878 ... : java.net.ConnectException: Connection timed out: connect

Re: I can't pass the unit test when compile from apache-solr-3.3.0-src

2011-08-31 Thread lee carroll
Not sure if this has progressed further but I'm getting test failure for 3.3 also. Trunk builds and tests fine but 3.3 fails the test below (Note i've a new box so could be a silly set up issue i've missed but i think everything is in place (latest version of java 1.6, latest version of ant)

Re: I can't pass the unit test when compile from apache-solr-3.3.0-src

2011-08-02 Thread Shawn Heisey
On 7/29/2011 5:26 PM, Chris Hostetter wrote: Can you please be specific... * which test(s) fail for you? * what are the failures? Any time a test fails, that info appears in the ant test output, and the full details or all tests are written to build/test-results you can run ant

Re: I can't pass the unit test when compile from apache-solr-3.3.0-src

2011-07-29 Thread Chris Hostetter
: I find that the junit test will always fail, and told me ’BUILD FAILED‘ : : but if I type 'ant dist', I can get a apache-solr-3.3-SNAPSHOT.war : with no warning. : : Is it a problem just me? Can you please be specific... * which test(s) fail for you? * what are the failures? Any time a

I can't pass the unit test when compile from apache-solr-3.3.0-src

2011-07-28 Thread Bing Yu
I just goto apache-solr-3.3.0/solr and run 'ant test' I find that the junit test will always fail, and told me ’BUILD FAILED‘ but if I type 'ant dist', I can get a apache-solr-3.3-SNAPSHOT.war with no warning. Is it a problem just me? my server:Centos 5.6 64bit/apache-ant-1.8.2 /junit and jdk