Kirk Lund created GEODE-1350:
--------------------------------
Summary: Unable to run single DUnit test with distributedTest task
Key: GEODE-1350
URL: https://issues.apache.org/jira/browse/GEODE-1350
Project: Geode
Issue Type: Bug
Components: build
Reporter: Kirk Lund
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)