: [junit] Running org.apache.solr.client.solrj.response.QueryResponseTest : [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.316 sec
This test seems to have been failing consistently in the nightly build since March 18th which is when the test was added (new Date Faceting code)... http://svn.apache.org/viewvc?view=rev&revision=638357 ...it has not failed in hudson, and it doesn't fail for me locally. i'm going to go out on a limb and guess that maybe there is an environment specifc issue here -- i've only give the code a cursory once over, and nothing jumped out at in QueryResponse itself -- all of hte real parsing seems to be done elsewhere (which means this probably probably isn't specific to the date facet stuff). one thing i did notice: since the test isn't writting anything to stdout, that implies that the problem isn't just that the individual FacetField objects contain bad data (either the FieldReader is null, or the QueryResponse is null, or qr.getFacetDates() is null, or the first FacetField in qr.getFacetDates() is null) Can someone with a login on the Lucene zone check out the f8ll test results and see which assert failed? I'm reopening SOLR-497 in the meantime. -Hoss