[ https://issues.apache.org/jira/browse/SOLR-7804?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16048908#comment-16048908 ]
Shalin Shekhar Mangar commented on SOLR-7804: --------------------------------------------- I found another failure while testing some changes recently. Then I managed to reproduce the same failure on stock master. I can reproduce the failure with the same seed 1/3 times. {code} [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestCloudPivotFacet -Dtests.method=test -Dtests.seed=DAF5E62F5FF49AE9 -Dtests.slow=true -Dtests.locale=be -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 23.5s | TestCloudPivotFacet.test <<< [junit4] > Throwable #1: java.lang.AssertionError: {main(facet=true&facet.pivot={!stats%3Dst2}dense_pivot_i&facet.limit=8&facet.offset=3&facet.sort=index),extra(rows=0&q=*:*&fq=id:[*+TO+581]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_tdt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}pivot_z_s&stats.field={!key%3Dsk3+tag%3Dst3,st4}pivot_f&_test_sort=index)} ==> Stddev of sk1 => dense_pivot_i: {params(rows=0),defaults({main(rows=0&q=*:*&fq=id:[*+TO+581]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_tdt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}pivot_z_s&stats.field={!key%3Dsk3+tag%3Dst3,st4}pivot_f&_test_sort=index),extra(fq={!term+f%3Ddense_pivot_i}24)})} expected:<16921.32243846995> but was:<23930.363685772376> [junit4] > at __randomizedtesting.SeedInfo.seed([DAF5E62F5FF49AE9:52A1D9F5F108F711]:0) [junit4] > at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:297) [junit4] > at org.apache.solr.cloud.TestCloudPivotFacet.test(TestCloudPivotFacet.java:244) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985) [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960) [junit4] > at java.lang.Thread.run(Thread.java:748) [junit4] > Caused by: java.lang.AssertionError: Stddev of sk1 => dense_pivot_i: {params(rows=0),defaults({main(rows=0&q=*:*&fq=id:[*+TO+581]&stats=true&stats.field={!key%3Dsk1+tag%3Dst1,st2}pivot_tdt1&stats.field={!key%3Dsk2+tag%3Dst2,st3}pivot_z_s&stats.field={!key%3Dsk3+tag%3Dst3,st4}pivot_f&_test_sort=index),extra(fq={!term+f%3Ddense_pivot_i}24)})} expected:<16921.32243846995> but was:<23930.363685772376> [junit4] > at org.apache.solr.cloud.TestCloudPivotFacet.assertNumerics(TestCloudPivotFacet.java:748) [junit4] > at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotStats(TestCloudPivotFacet.java:407) [junit4] > at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotData(TestCloudPivotFacet.java:355) [junit4] > at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:318) [junit4] > at org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:287) [junit4] > ... 42 more {code} > TestCloudPivotFacet failures: expected:<X> but was:<Y> > ------------------------------------------------------ > > Key: SOLR-7804 > URL: https://issues.apache.org/jira/browse/SOLR-7804 > Project: Solr > Issue Type: Bug > Components: faceting > Affects Versions: 5.3, 6.0 > Reporter: Steve Rowe > Assignee: Hoss Man > > A couple failures recently on my Jenkins (Linux), both on branch_5x and trunk > - here's one on trunk: > [http://jenkins.sarowe.net/job/Lucene-Solr-tests-trunk/766/], and another on > branch_5x: [http://jenkins.sarowe.net/job/Lucene-Solr-tests-5.x-Java8/546/]. > I reproduced another branch_5x failure from a few days ago (Jenkins job has > been removed already) on OS X, using both java7 and java8: > {noformat} > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestCloudPivotFacet -Dtests.method=test > -Dtests.seed=D8E5204E25B3DB16 -Dtests.slow=true -Dtests.locale=es_PA > -Dtests.timezone=America/El_Salvador -Dtests.asserts=true > -Dtests.file.encoding=UTF-8 > [junit4] FAILURE 46.6s | TestCloudPivotFacet.test <<< > [junit4] > Throwable #1: java.lang.AssertionError: > {main(facet=true&facet.pivot=%7B%21stats%3Dst0%7Dpivot_ti1&facet.pivot=%7B%21stats%3Dst0%7Dpivot_ti1&facet.limit=4&facet.offset=6&facet.missing=true&facet.overrequest.ratio=-0.9744149),extra(rows=0&q=id%3A%5B*+TO+448%5D&fq=id%3A%5B*+TO+516%5D&_test_miss=true)} > num pivots expected:<2> but was:<1> > [junit4] > at > __randomizedtesting.SeedInfo.seed([D8E5204E25B3DB16:50B11F948B4FB6EE]:0) > [junit4] > at > org.apache.solr.cloud.TestCloudPivotFacet.assertPivotCountsAreCorrect(TestCloudPivotFacet.java:251) > [junit4] > at > org.apache.solr.cloud.TestCloudPivotFacet.test(TestCloudPivotFacet.java:228) > [junit4] > at > org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:960) > [junit4] > at > org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:935) > [junit4] > at java.lang.Thread.run(Thread.java:745) > {noformat} -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org