I can add the assumeFalse for these locales. Joel Bernstein http://joelsolr.blogspot.com/
On Wed, Jun 28, 2017 at 9:49 AM, Steve Rowe (JIRA) <[email protected]> wrote: > > [ https://issues.apache.org/jira/browse/SOLR-10353?page= > com.atlassian.jira.plugin.system.issuetabpanels:comment- > tabpanel&focusedCommentId=16066500#comment-16066500 ] > > Steve Rowe commented on SOLR-10353: > ----------------------------------- > > I looked at all the Jenkins failures for this since this issue was opened, > and all that I can see the locale for (i.e. notification email contains it > or the Jenkins log is still available) have one of these locales: {{az}}, > {{az-AZ}}, {{az-Cyrl}}, {{az-Latn-AZ}}, {{az-Latn}}. > > The most recent example, from [https://jenkins.thetaphi.de/ > job/Lucene-Solr-master-Linux/19998], reproduces for me on Java8: > > {noformat} > [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSQLHandler > -Dtests.method=doTest -Dtests.seed=D3BEE760EAAD3B39 -Dtests.multiplier=3 > -Dtests.slow=true -Dtests.locale=az -Dtests.timezone=America/Grenada > -Dtests.asserts=true -Dtests.file.encoding=US-ASCII > [junit4] ERROR 24.6s J2 | TestSQLHandler.doTest <<< > [junit4] > Throwable #1: java.io.IOException: --> > https://127.0.0.1:37433/collection1_shard2_replica_n0:Failed to execute > sqlQuery 'select str_s, count(*), sum(field_i), min(field_i), max(field_i), > avg(field_i) from collection1 where text='XXXX' group by str_s order by > sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'. > [junit4] > Error while executing SQL "select str_s, count(*), > sum(field_i), min(field_i), max(field_i), avg(field_i) from collection1 > where text='XXXX' group by str_s order by sum(field_i) asc limit 2": From > line 1, column 39 to line 1, column 50: No match found for function > signature min(<NUMERIC>) > [junit4] > at __randomizedtesting.SeedInfo. > seed([D3BEE760EAAD3B39:74FA5FC487162880]:0) > [junit4] > at org.apache.solr.client.solrj. > io.stream.SolrStream.read(SolrStream.java:219) > [junit4] > at org.apache.solr.handler. > TestSQLHandler.getTuples(TestSQLHandler.java:2527) > [junit4] > at org.apache.solr.handler.TestSQLHandler. > testBasicGrouping(TestSQLHandler.java:676) > [junit4] > at org.apache.solr.handler.TestSQLHandler.doTest( > TestSQLHandler.java:90) > [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:564) > [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ > ShardsRepeatRule$ShardsFixedStatement.callStatement( > BaseDistributedSearchTestCase.java:985) > [junit4] > at org.apache.solr.BaseDistributedSearchTestCase$ > ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase. > java:960) > {noformat} > > > TestSQLHandler reproducible failure: No match found for function > signature min(<NUMERIC>) > > ------------------------------------------------------------ > ----------------------------- > > > > Key: SOLR-10353 > > URL: https://issues.apache.org/jira/browse/SOLR-10353 > > Project: Solr > > Issue Type: Bug > > Security Level: Public(Default Security Level. Issues are Public) > > Components: Parallel SQL > > Reporter: Hoss Man > > Assignee: Joel Bernstein > > > > found this while doing jdk9 testing, but the seed reproduces with jdk8 > as well... > > {noformat} > > hossman@tray:~/lucene/dev/solr/core [master] $ git rev-parse HEAD > > c221ef0fdedaa92885746b3073150f0bd558f596 > > hossman@tray:~/lucene/dev/solr/core [master] $ ant test > -Dtestcase=TestSQLHandler -Dtests.method=doTest > -Dtests.seed=D778831206956D34 -Dtests.nightly=true -Dtests.slow=true > -Dtests.locale=az-Cyrl-AZ -Dtests.timezone=America/Cayman > -Dtests.asserts=true -Dtests.file.encoding=ANSI_X3.4-1968 > > ... > > [junit4] 2> NOTE: reproduce with: ant test > -Dtestcase=TestSQLHandler -Dtests.method=doTest > -Dtests.seed=D778831206956D34 -Dtests.nightly=true -Dtests.slow=true > -Dtests.locale=az-Cyrl-AZ -Dtests.timezone=America/Cayman > -Dtests.asserts=true -Dtests.file.encoding=ANSI_X3.4-1968 > > [junit4] ERROR 28.0s | TestSQLHandler.doTest <<< > > [junit4] > Throwable #1: java.io.IOException: --> > http://127.0.0.1:37402/collection1:Failed to execute sqlQuery 'select > str_s, count(*), sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * > field_i) as float) from collection1 where text='XXXX' group by str_s order > by sum(field_i) asc limit 2' against JDBC connection 'jdbc:calcitesolr:'. > > [junit4] > Error while executing SQL "select str_s, count(*), > sum(field_i), min(field_i), max(field_i), cast(avg(1.0 * field_i) as float) > from collection1 where text='XXXX' group by str_s order by sum(field_i) asc > limit 2": From line 1, column 39 to line 1, column 50: No match found for > function signature min(<NUMERIC>) > > [junit4] > at __randomizedtesting.SeedInfo. > seed([D778831206956D34:703C3BB66B2E7E8D]:0) > > [junit4] > at org.apache.solr.client.solrj. > io.stream.SolrStream.read(SolrStream.java:235) > > [junit4] > at org.apache.solr.handler. > TestSQLHandler.getTuples(TestSQLHandler.java:2349) > > [junit4] > at org.apache.solr.handler.TestSQLHandler. > testBasicGrouping(TestSQLHandler.java:675) > > [junit4] > at org.apache.solr.handler.TestSQLHandler.doTest( > TestSQLHandler.java:90) > > [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:745) > > {noformat} > > > > -- > This message was sent by Atlassian JIRA > (v6.4.14#64029) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
