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

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

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

Dawid Weiss commented on LUCENE-9608:
-------------------------------------

This has been fixed already in LUCENE-9549?

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