[
https://issues.apache.org/jira/browse/GEODE-1615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15357949#comment-15357949
]
ASF GitHub Bot commented on GEODE-1615:
---------------------------------------
GitHub user kjduling opened a pull request:
https://github.com/apache/incubator-geode/pull/183
GEODE-1615: gfsh unable to destroy region that has an hyphen in its name
Added a test for whether or not the region contains a hyphen in the name.
If it does, it is necessary to wrap the region name within quotes.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kjduling/incubator-geode feature/GEODE-1615
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/183.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #183
----
commit 80af962ef2f7eee4053804a20a28f41b46fb3192
Author: Kevin J. Duling <[email protected]>
Date: 2016-06-30T22:07:22Z
GEODE-1615: gfsh unable to destroy region that has an hyphen in its name
----
> gfsh unable to destroy region that has an hyphen in its name
> ------------------------------------------------------------
>
> Key: GEODE-1615
> URL: https://issues.apache.org/jira/browse/GEODE-1615
> Project: Geode
> Issue Type: Bug
> Components: gfsh
> Reporter: Swapnil Bawaskar
> Assignee: Kevin Duling
>
> Can be reproduced as follows:
> {noformat}
> gfsh>list regions
> List of regions
> ---------------
> region-name
> region_name
> gfsh>destroy region --name=region_name
> "region_name" destroyed successfully.
> gfsh>list regions
> List of regions
> ---------------
> region-name
> gfsh>destroy region --name=region-name
> Could not find a Region with Region path "region-name" in this Geode cluster.
> If region was recently
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)