You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Michael McCandless (Jira)" <ji...@apache.org> on 2020/11/13 13:20:00 UTC

[jira] [Created] (LUCENE-9608) Reproduce with line is missing quotes around JVM args

Michael McCandless created LUCENE-9608:
------------------------------------------

             Summary: 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


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-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org