You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/01/06 19:22:00 UTC

[jira] [Updated] (GEODE-8814) StressNewTestHelper is not specifying multiple tests correctly

     [ https://issues.apache.org/jira/browse/GEODE-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated GEODE-8814:
----------------------------------
    Labels: pull-request-available  (was: )

> StressNewTestHelper is not specifying multiple tests correctly
> --------------------------------------------------------------
>
>                 Key: GEODE-8814
>                 URL: https://issues.apache.org/jira/browse/GEODE-8814
>             Project: Geode
>          Issue Type: Bug
>          Components: build
>            Reporter: Jens Deppe
>            Priority: Major
>              Labels: pull-request-available
>
> When multiple tests are run the gradle command should be something like:
> {code:java}
> integrationTest --tests A --tests B
> {code}
> However, the current output is comma separated which is wrong:
> {code:java}
> integrationTest --tests A,B
> {code}



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