[
https://issues.apache.org/jira/browse/GEODE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kirk Lund updated GEODE-1350:
-----------------------------
Description:
Examples:
{noformat}
@Category(DistributedTest.class)
@RunWith(Parameterized.class)
public class ListAndDescribeDiskStoreCommandsDUnitTest extends
CliCommandTestBase {
{noformat}
{noformat}
./gradlew -DdistributedTest.single=ListAndDescribeDiskStoreCommandsDUnitTest
geode-core:distributedTest
{noformat}
{noformat}
:geode-core:distributedTest FAILED
:combineReports
All test reports at
/export/latvia1/users/klund/dev/gemfire/open/build/reports/combined
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':geode-core:distributedTest'.
> Could not find matching test for pattern:
> ListAndDescribeDiskStoreCommandsDUnitTest
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
BUILD FAILED
Total time: 5.918 secs
{noformat}
was:
Examples:
{noformat}
./gradlew -DdistributedTest.single=ListAndDescribeDiskStoreCommandsDUnitTest
geode-core:distributedTest
{noformat}
{noformat}
./gradlew -DdistributedTest.single=*ListAndDescribeDiskStoreCommandsDUnitTest*
geode-core:distributedTest
{noformat}
{noformat}
./gradlew -DdistributedTest.single="ListAndDescribeDiskStoreCommandsDUnitTest"
geode-core:distributedTest
{noformat}
The 1st example above used to work for me prior to the recent gradle upgrade.
Another possibility is the merge of feature/GEODE-17-2 to develop. One of those
actions seems to have broken the ability to run single DUnit tests.
> Unable to use distributedTest task to single DUnit test with custom runner
> --------------------------------------------------------------------------
>
> Key: GEODE-1350
> URL: https://issues.apache.org/jira/browse/GEODE-1350
> Project: Geode
> Issue Type: Bug
> Components: build
> Reporter: Kirk Lund
>
> Examples:
> {noformat}
> @Category(DistributedTest.class)
> @RunWith(Parameterized.class)
> public class ListAndDescribeDiskStoreCommandsDUnitTest extends
> CliCommandTestBase {
> {noformat}
> {noformat}
> ./gradlew -DdistributedTest.single=ListAndDescribeDiskStoreCommandsDUnitTest
> geode-core:distributedTest
> {noformat}
> {noformat}
> :geode-core:distributedTest FAILED
> :combineReports
> All test reports at
> /export/latvia1/users/klund/dev/gemfire/open/build/reports/combined
> FAILURE: Build failed with an exception.
> * What went wrong:
> Execution failed for task ':geode-core:distributedTest'.
> > Could not find matching test for pattern:
> > ListAndDescribeDiskStoreCommandsDUnitTest
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
> BUILD FAILED
> Total time: 5.918 secs
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)