[
https://issues.apache.org/jira/browse/SOLR-10747?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16026556#comment-16026556
]
Steve Rowe commented on SOLR-10747:
-----------------------------------
My Jenkins found two reproducing seeds for NPE failures in
{{StreamExpressionTest.testArray()}}:
{noformat}
Checking out Revision 3e70745c79efeedd03beebb76b8266eb67a784ae
(refs/remotes/origin/master)
[...]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=StreamExpressionTest -Dtests.method=testArray
-Dtests.seed=737B8254588D11B6 -Dtests.slow=true -Dtests.locale=es-DO
-Dtests.timezone=Asia/Macau -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.09s J2 | StreamExpressionTest.testArray <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([737B8254588D11B6:D55DCA306ED523D9]:0)
[junit4] > at
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testArray(StreamExpressionTest.java:5751)
{noformat}
{noformat}
Checking out Revision 3e70745c79efeedd03beebb76b8266eb67a784ae
(refs/remotes/origin/master)
[...]
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=StreamExpressionTest -Dtests.method=testArray
-Dtests.seed=3778E227559C8388 -Dtests.slow=true -Dtests.locale=et
-Dtests.timezone=America/Indiana/Knox -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.09s J1 | StreamExpressionTest.testArray <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([3778E227559C8388:915EAA4363C4B1E7]:0)
[junit4] > at
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testArray(StreamExpressionTest.java:5751)
{noformat}
> Allow /stream handler to execute Stream Evaluators directly
> -----------------------------------------------------------
>
> Key: SOLR-10747
> URL: https://issues.apache.org/jira/browse/SOLR-10747
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
> Assignee: Joel Bernstein
> Fix For: master (7.0)
>
> Attachments: SOLR-10747.patch
>
>
> Currently the /stream handler only executes Streaming Expressions that
> compile to TupleStreams. This ticket will allow the /stream handler to
> execute Streaming Expressions that compile StreamEvaluators.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]