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 2017/03/03 18:37:45 UTC

[jira] [Commented] (SOLR-10050) SolrMetricManagerTest.testClearMetrics() failures

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

Steve Rowe commented on SOLR-10050:
-----------------------------------

Looks like the fix on this issue didn't get backported to branch_6_4 - this branch_6_4 Policeman Jenkins failure [https://jenkins.thetaphi.de/job/Lucene-Solr-6.4-Linux/127/] reproduces for me only on branch_6_4, not on branch_6x or master - (this does not warrant respin of the 6.4.2 release IMO):

{noformat}
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrMetricManagerTest -Dtests.method=testClearMetrics -Dtests.seed=5E4DC1CB554046AD -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-MA -Dtests.timezone=PST8PDT -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | SolrMetricManagerTest.testClearMetrics <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<88> but was:<89>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([5E4DC1CB554046AD:1AEF46742D27BD5D]:0)
   [junit4]    > 	at org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:141)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:547)
[...]
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=136, maxMBSortInHeap=6.422318540018317, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=fr-MA, timezone=PST8PDT
   [junit4]   2> NOTE: Linux 4.4.0-53-generic i386/Oracle Corporation 9-ea (32-bit)/cpus=12,threads=1,free=129315424,total=463159296
{noformat}

> SolrMetricManagerTest.testClearMetrics() failures
> -------------------------------------------------
>
>                 Key: SOLR-10050
>                 URL: https://issues.apache.org/jira/browse/SOLR-10050
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Steve Rowe
>            Assignee: Andrzej Bialecki 
>             Fix For: 6.4.1, master (7.0)
>
>
> My Jenkins found a few reproducing seeds on branch_6x:
> {noformat}
> Checking out Revision 71a198ce309e35c8b31bf472b3d111dbaed276bf (refs/remotes/origin/branch_6x)
> [...]
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrMetricManagerTest -Dtests.method=testClearMetrics -Dtests.seed=879417477ADA78A -Dtests.slow=true -Dtests.locale=hu-HU -Dtests.timezone=Etc/GMT-12 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.02s J7  | SolrMetricManagerTest.testClearMetrics <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<39> but was:<40>
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([879417477ADA78A:4CDBC6CB0FCA5C7A]:0)
>    [junit4]    > 	at org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:148)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
> [...]
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=272, maxMBSortInHeap=5.863267302539228, sim=RandomSimilarity(queryNorm=true,coord=yes): {}, locale=hu-HU, timezone=Etc/GMT-12
>    [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 1.8.0_77 (64-bit)/cpus=16,threads=1,free=188875912,total=532676608
> {noformat}
> {noformat}
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrMetricManagerTest -Dtests.method=testClearMetrics -Dtests.seed=65C475A371EC81A -Dtests.slow=true -Dtests.locale=hu-HU -Dtests.timezone=Navajo -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
>    [junit4] FAILURE 0.02s J1  | SolrMetricManagerTest.testClearMetrics <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<88> but was:<89>
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([65C475A371EC81A:42FEC0E54F7933EA]:0)
>    [junit4]    > 	at org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:153)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
> [...]
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=301, maxMBSortInHeap=7.952699675565061, sim=RandomSimilarity(queryNorm=true,coord=crazy): {}, locale=hu-HU, timezone=Navajo
>    [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 1.8.0_77 (64-bit)/cpus=16,threads=1,free=300509048,total=522190848
> {noformat}
> {noformat}
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrMetricManagerTest -Dtests.method=testClearMetrics -Dtests.seed=B0DA54EC22D7F653 -Dtests.slow=true -Dtests.locale=sr-Latn-RS -Dtests.timezone=Brazil/DeNoronha -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.01s J1  | SolrMetricManagerTest.testClearMetrics <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<99> but was:<100>
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([B0DA54EC22D7F653:F478D3535AB00DA3]:0)
>    [junit4]    > 	at org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:153)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
> [...]
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62), sim=RandomSimilarity(queryNorm=false,coord=no): {}, locale=sr-Latn-RS, timezone=Brazil/DeNoronha
>    [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 1.8.0_77 (64-bit)/cpus=16,threads=1,free=94384672,total=530579456
> {noformat}
> {noformat}
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrMetricManagerTest -Dtests.method=testClearMetrics -Dtests.seed=A6AAEEECA8D06DA2 -Dtests.slow=true -Dtests.locale=hi-IN -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 0.05s J11 | SolrMetricManagerTest.testClearMetrics <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError: expected:<84> but was:<85>
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([A6AAEEECA8D06DA2:E2086953D0B79652]:0)
>    [junit4]    > 	at org.apache.solr.metrics.SolrMetricManagerTest.testClearMetrics(SolrMetricManagerTest.java:148)
>    [junit4]    > 	at java.lang.Thread.run(Thread.java:745)
> [...]
>    [junit4]   2> NOTE: test params are: codec=Asserting(Lucene62): {}, docValues:{}, maxPointsInLeafNode=227, maxMBSortInHeap=5.302052421974835, sim=RandomSimilarity(queryNorm=false,coord=crazy): {}, locale=hi-IN, timezone=Asia/Kashgar
>    [junit4]   2> NOTE: Linux 4.1.0-custom2-amd64 amd64/Oracle Corporation 1.8.0_77 (64-bit)/cpus=16,threads=1,free=210418072,total=530579456
> {noformat}
> And Policeman Jenkins, on master [https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18859/]:
> {noformat}
> Checking out Revision d9741205b5a39a5d0d4f63698adfcabe0a6a5892 (refs/remotes/origin/master)
> [...]
>    [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrIndexMetricsTest -Dtests.method=testIndexMetrics -Dtests.seed=D034F5D8C42E161F -Dtests.multiplier=3 -Dtests.slow=true -Dtests.locale=fr-RE -Dtests.timezone=Etc/GMT-2 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
>    [junit4] FAILURE 3.84s J1 | SolrIndexMetricsTest.testIndexMetrics <<<
>    [junit4]    > Throwable #1: java.lang.AssertionError
>    [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D034F5D8C42E161F:1CE4C86404A0ED24]:0)
>    [junit4]    > 	at org.apache.solr.update.SolrIndexMetricsTest.testIndexMetrics(SolrIndexMetricsTest.java:66)
>    [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>    [junit4]    > 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>    [junit4]    > 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>    [junit4]    > 	at java.base/java.lang.reflect.Method.invoke(Method.java:543)
>    [junit4]    > 	at java.base/java.lang.Thread.run(Thread.java:844)
> [...]
>    [junit4]   2> NOTE: test params are: codec=SimpleText, sim=RandomSimilarity(queryNorm=true): {}, locale=fr-RE, timezone=Etc/GMT-2
>    [junit4]   2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea (64-bit)/cpus=12,threads=1,free=376499248,total=526385152
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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