[
https://issues.apache.org/jira/browse/GEODE-8814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17260703#comment-17260703
]
ASF subversion and git services commented on GEODE-8814:
--------------------------------------------------------
Commit 52090095bd2383dd7fdf4a2e46f62043b5cc1611 in geode's branch
refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=5209009 ]
GEODE-8814: StressNewTestHelper is not specifying multiple tests correctly
(#5881)
- Multiple tests should each declare a separate `--tests` option instead
of being comma separated.
> 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)