You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2015/08/23 20:11:45 UTC

[jira] [Created] (SOLR-7959) TestCloudPivotFacet failure

Steve Rowe created SOLR-7959:
--------------------------------

             Summary: TestCloudPivotFacet failure
                 Key: SOLR-7959
                 URL: https://issues.apache.org/jira/browse/SOLR-7959
             Project: Solr
          Issue Type: Bug
    Affects Versions: 5.3, Trunk, 5.4
            Reporter: Steve Rowe


My Jenkins found a {{TestCloudPivotFacet}} failure [http://jenkins.sarowe.net/job/Lucene-Solr-tests-5.x-Java7/1680/].  Reproduces for me on OS X with Java7 on lucene_solr_5_3 and branch_5x, and with Java8 on trunk:

{noformat}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestCloudPivotFacet -Dtests.method=test -Dtests.seed=BFCEF5426F0E7A6F -Dtests.slow=true -Dtests.locale=en_AU -Dtests.timezone=America/Santiago -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 33.0s J9  | TestCloudPivotFacet.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: {main(facet=true&facet.pivot=%7B%21stats%3Dst1%7Dpivot_z_s1%2Cpivot_b1%2Cdense_pivot_i1&facet.limit=6&facet.pivot.mincount=4&facet.sort=index&facet.overrequest.count=2),extra(rows=0&q=id%3A%5B*+TO+590%5D&_test_min=4&_test_sort=index)} ==> pivot_z_s1,pivot_b1,dense_pivot_i1: {params(rows=0),defaults({main({main(rows=0&q=id%3A%5B*+TO+590%5D&_test_min=4&_test_sort=index),extra(fq=%7B%21term+f%3Dpivot_z_s1%7Df)}),extra(fq=%7B%21term+f%3Dpivot_b1%7Dtrue)})} expected:<4> but was:<5>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([BFCEF5426F0E7A6F:379ACA98C1F21797]:0)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:286)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudPivotFacet.test(TestCloudPivotFacet.java:233)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:963)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:938)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
   [junit4]    > Caused by: java.lang.AssertionError: pivot_z_s1,pivot_b1,dense_pivot_i1: {params(rows=0),defaults({main({main(rows=0&q=id%3A%5B*+TO+590%5D&_test_min=4&_test_sort=index),extra(fq=%7B%21term+f%3Dpivot_z_s1%7Df)}),extra(fq=%7B%21term+f%3Dpivot_b1%7Dtrue)})} expected:<4> but was:<5>
   [junit4]    > 	at org.apache.solr.cloud.TestCloudPivotFacet.assertNumFound(TestCloudPivotFacet.java:685)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotData(TestCloudPivotFacet.java:340)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:307)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:318)
   [junit4]    > 	at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:276)
   [junit4]    > 	... 42 more
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org