Description
ant test -Dtestcase=DistributedFacetExistsSmallTest -Dtests.method=test -Dtests.seed=662700D3AC576EAB -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ca -Dtests.timezone=Europe/Ulyanovsk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
This test hasn't been changed lately, but reproduces 3/3 for me.
2> NOTE: reproduce with: ant test -Dtestcase=DistributedFacetExistsSmallTest -Dtests.method=test -Dtests.seed=662700D3AC576EAB -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=ca -Dtests.timezone=Europe/Ulyanovsk -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1 [junit4] FAILURE 19.1s | DistributedFacetExistsSmallTest.test <<< [junit4] > Throwable #1: junit.framework.AssertionFailedError: .facet_counts.facet_fields.t_s.null:0!=null [junit4] > at __randomizedtesting.SeedInfo.seed([662700D3AC576EAB:EE733F0902AB0353]:0) [junit4] > at junit.framework.Assert.fail(Assert.java:57) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.compareSolrResponses(BaseDistributedSearchTestCase.java:999) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.compareResponses(BaseDistributedSearchTestCase.java:1026) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:680) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase.query(BaseDistributedSearchTestCase.java:643) [junit4] > at org.apache.solr.handler.component.DistributedFacetExistsSmallTest.checkRandomParams(DistributedFacetExistsSmallTest.java:139) [junit4] > at org.apache.solr.handler.component.DistributedFacetExistsSmallTest.test(DistributedFacetExistsSmallTest.java:87) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] 2> NOTE: leaving temporary files on disk at: /Users/Erick/apache/solrVersions/playspace/solr/build/solr-core/test/J0/temp/solr.handler.component.DistributedFacetExistsSmallTest_662700D3AC576EAB-001
Attachments
Attachments
Issue Links
- is caused by
-
SOLR-12801 Fix the tests, remove BadApples and AwaitsFix annotations, improve env for test development.
- Open
- relates to
-
SOLR-13314 restore ability for BaseDistributedSearchTestCase subclasses to use null keys in "handle" when comparing responses
- Open