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

Michael McCandless commented on LUCENE-9608:
--------------------------------------------

Ahh, thanks for digging into this so quickly [~dweiss]! 
{quote}The build you mentioned, Mike, comes from Mark's Solr branch - I think 
this patch has not been applied there, I don't know. This works on master just 
fine.
{quote}
I had not realized it was Mark's Solr branch – thanks for the explanation.

> Reproduce with line is missing quotes around JVM args
> -----------------------------------------------------
>
>                 Key: LUCENE-9608
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9608
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Priority: Major
>
> When we have an exciting test failure, our {{test-framework}} prints a nice 
> {{Reproduce with:}} output, e.g. from a failure this AM:
> {noformat}
> Reproduce with: gradlew :lucene:test-framework:test --tests 
> "org.apache.lucene.util.TestSysoutsLimits" -Ptests.jvms=6 
> -Ptests.haltonfailure=false -Ptests.jvmargs=-XX:+UseCompressedOops 
> -XX:+UseSerialGC -Ptests.seed=43D1E1D1DB325AD7 -Ptests.multiplier=3 
> -Ptests.badapples=false -Ptests.file.encoding=US-ASCII {noformat}
> But, this is missing quotes around this part:
> {noformat}
> -Ptests.jvmargs=-XX:+UseCompressedOops -XX:+UseSerialGC {noformat}
> it should really be this:
> {noformat}
> -Ptests.jvmargs="-XX:+UseCompressedOops -XX:+UseSerialGC"{noformat}
> Probably this is a simple fix?
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to