[ 
https://issues.apache.org/jira/browse/LUCENE-7557?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15659613#comment-15659613
 ] 

Steve Rowe commented on LUCENE-7557:
------------------------------------

Two more reproducing seeds, from 
[https://jenkins.thetaphi.de/job/Lucene-Solr-6.x-Linux/2155/] and 
[https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18259/] respectively:

{noformat}
  [junit4] Suite: org.apache.lucene.search.grouping.GroupingSearchTest
  [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=GroupingSearchTest 
-Dtests.method=testBasic -Dtests.seed=74AE3383447106F1 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=kk-KZ -Dtests.timezone=UTC 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
  [junit4] FAILURE 0.34s J1 | GroupingSearchTest.testBasic <<<
  [junit4]    > Throwable #1: java.lang.AssertionError: expected:<[61 75 74 68 
6f 72 33]> but was:<[61 75 74 68 6f 72 31]>
  [junit4]    >         at 
__randomizedtesting.SeedInfo.seed([74AE3383447106F1:DF542E969BAD80DF]:0)
  [junit4]    >         at 
org.apache.lucene.search.grouping.GroupingSearchTest.compareGroupValue(GroupingSearchTest.java:192)
  [junit4]    >         at 
org.apache.lucene.search.grouping.GroupingSearchTest.testBasic(GroupingSearchTest.java:134)
  [junit4]    >         at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(java.base@9-ea/Native 
Method)
  [junit4]    >         at 
jdk.internal.reflect.NativeMethodAccessorImpl.invoke(java.base@9-ea/NativeMethodAccessorImpl.java:62)
  [junit4]    >         at 
jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(java.base@9-ea/DelegatingMethodAccessorImpl.java:43)
  [junit4]    >         at java.lang.Thread.run(java.base@9-ea/Thread.java:843)
  [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
{groupend=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 author=PostingsFormat(name=Direct), content=PostingsFormat(name=Direct), 
group=PostingsFormat(name=LuceneVarGapFixedInterval)}, 
docValues:{author=DocValuesFormat(name=Lucene54), 
group=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1809, 
maxMBSortInHeap=6.397949246619173, 
sim=RandomSimilarity(queryNorm=true,coord=no): {author=IB SPL-L2, 
content=org.apache.lucene.search.similarities.BooleanSimilarity@7bd73c, 
group=DFR GL1}, locale=kk-KZ, timezone=UTC
  [junit4]   2> NOTE: Linux 4.4.0-42-generic i386/Oracle Corporation 9-ea 
(32-bit)/cpus=12,threads=1,free=42184584,total=67108864
  [junit4]   2> NOTE: All tests run in this JVM: [GroupingSearchTest]
  [junit4] Completed [1/6 (1!)] on J1 in 0.77s, 2 tests, 1 failure <<< FAILURES!
{noformat}

{noformat}
  [junit4] Suite: org.apache.lucene.search.grouping.GroupingSearchTest
  [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=GroupingSearchTest 
-Dtests.method=testBasic -Dtests.seed=26E177E5E4FC0BCB -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=da -Dtests.timezone=Indian/Maldives 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
  [junit4] FAILURE 0.04s J1 | GroupingSearchTest.testBasic <<<
  [junit4]    > Throwable #1: java.lang.AssertionError: expected:<[61 75 74 68 
6f 72 33]> but was:<[61 75 74 68 6f 72 31]>
  [junit4]    >         at 
__randomizedtesting.SeedInfo.seed([26E177E5E4FC0BCB:8D1B6AF03B208DE5]:0)
  [junit4]    >         at 
org.apache.lucene.search.grouping.GroupingSearchTest.compareGroupValue(GroupingSearchTest.java:192)
  [junit4]    >         at 
org.apache.lucene.search.grouping.GroupingSearchTest.testBasic(GroupingSearchTest.java:134)
  [junit4]    >         at java.lang.Thread.run(Thread.java:745)
  [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{groupend=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 author=PostingsFormat(name=Memory), content=FSTOrd50, 
group=PostingsFormat(name=Memory)}, 
docValues:{author=DocValuesFormat(name=Asserting), 
group=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=609, 
maxMBSortInHeap=5.218009810094228, sim=RandomSimilarity(queryNorm=true): 
{author=IB LL-L3(800.0), 
content=org.apache.lucene.search.similarities.BooleanSimilarity@19fb6cb6, 
group=DFR I(ne)B3(800.0)}, locale=da, timezone=Indian/Maldives
  [junit4]   2> NOTE: Linux 4.4.0-42-generic amd64/Oracle Corporation 1.8.0_102 
(64-bit)/cpus=12,threads=1,free=453467488,total=508887040
  [junit4]   2> NOTE: All tests run in this JVM: [AllGroupHeadsCollectorTest, 
AllGroupsCollectorTest, GroupingSearchTest]
  [junit4] Completed [4/6 (1!)] on J1 in 0.10s, 2 tests, 1 failure <<< FAILURES!
{noformat}

> GroupingSearchTest.testBasic() failure
> --------------------------------------
>
>                 Key: LUCENE-7557
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7557
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/grouping
>            Reporter: Steve Rowe
>
> My Jenkins found a reproducing seed on branch_6x:
> {noformat}
>    [junit4] Suite: org.apache.lucene.search.grouping.GroupingSearchTest
>    [junit4]   2> NOTE: reproduce with: ant test  
> -Dtestcase=GroupingSearchTest -Dtests.method=testBasic 
> -Dtests.seed=9BB24ADA14828646 -Dtests.slow=true -Dtests.locale=sq-AL 
> -Dtests.timezone=America/Noronha -Dtests.asserts=true 
> -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.14s J4 | GroupingSearchTest.testBasic <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<author3> 
> but was:<author1>
>    [junit4]    >      at 
> __randomizedtesting.SeedInfo.seed([9BB24ADA14828646:304857CFCB5E0068]:0)
>    [junit4]    >      at 
> org.apache.lucene.search.grouping.GroupingSearchTest.compareGroupValue(GroupingSearchTest.java:196)
>    [junit4]    >      at 
> org.apache.lucene.search.grouping.GroupingSearchTest.testBasic(GroupingSearchTest.java:134)
>    [junit4]    >      at java.lang.Thread.run(Thread.java:745)
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): 
> {groupend=BlockTreeOrds(blocksize=128), 
> author=PostingsFormat(name=LuceneVarGapDocFreqInterval), 
> content=Lucene50(blocksize=128), 
> group=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, 
> docValues:{author=DocValuesFormat(name=Lucene54), 
> group=DocValuesFormat(name=Lucene54)}, maxPointsInLeafNode=831, 
> maxMBSortInHeap=5.452843749897674, 
> sim=RandomSimilarity(queryNorm=false,coord=yes): {author=IB SPL-D3(800.0), 
> content=org.apache.lucene.search.similarities.BooleanSimilarity@e9a0cc7, 
> group=DFR I(n)Z(0.3)}, locale=sq-AL, timezone=America/Noronha
>    [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 
> 1.8.0_77 (64-bit)/cpus=16,threads=1,free=407190896,total=514850816
>    [junit4]   2> NOTE: All tests run in this JVM: [GroupingSearchTest]
>    [junit4] Completed [1/6 (1!)] on J4 in 1.43s, 2 tests, 1 failure <<< 
> FAILURES!
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to