[ https://issues.apache.org/jira/browse/LUCENE-9608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dawid Weiss resolved LUCENE-9608. --------------------------------- Resolution: Works for Me This works on master. > 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