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 test-reports" from the solr directory to generate an HTML
report of all the success/failure info.
I am also having a consistent build failure with the 3.3 source. Some
info from junit about the failure is below. If you want something
different I still have it in my session, let me know.
[junit] NOTE: reproduce with: ant test
-Dtestcase=TestSqlEntityProcessorDelta
-Dtestmethod=testNonWritablePersistFile
-Dtests.seed=4609081405510352067:771607526385155597
[junit] NOTE: test params are: locale=ko_KR, timezone=Asia/Saigon
[junit] NOTE: all tests run in this JVM:
[junit] [TestCachedSqlEntityProcessor, TestClobTransformer,
TestContentStreamDataSource, TestDataConfig, TestDateFormatTransformer,
TestDocBuilder, TestDocBuilder2, TestEntityProcessorBase,
TestErrorHandling, TestEvaluatorBag,
TestF eldReader,
TestFileListEntityProcessor, TestJdbcDataSource,
TestLineEntityProcessor, TestNumberFormatTransformer,
TestPlainTextEntityProcessor, TestRegexTransformer,
TestScriptTransformer, TestSqlEntityProcessor,
TestSqlEntityProcessor2
TestSqlEntityProcessorDelta]
[junit] NOTE: Linux 2.6.18-238.12.1.el5.centos.plusxen amd64/Sun
Microsystems Inc. 1.6.0_26
(64-bit)/cpus=3,threads=4,free=100917744,total=254148608
Here's what I did on the last run:
rm -rf lucene_solr_3_3
svn co
https://svn.apache.org/repos/asf/lucene/dev/branches/lucene_solr_3_3
lucene_solr_3_3
cd lucene_solr_3_3/solr
ant clean test
Thanks,
Shawn