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 2017/08/04 19:07:00 UTC

[jira] [Commented] (GEODE-3258) Refactor DiskStoreCommands

    [ https://issues.apache.org/jira/browse/GEODE-3258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114844#comment-16114844 ] 

ASF GitHub Bot commented on GEODE-3258:
---------------------------------------

GitHub user YehEmily opened a pull request:

    https://github.com/apache/geode/pull/687

    GEODE-3258: Refactoring DiskStoreCommands

    [View the JIRA ticket here.](https://issues.apache.org/jira/browse/GEODE-3258)
    
    `DiskStoreCommands` was a huge class that contained a large number of commands. These commands have been split into their own individual command classes. Two methods shared by several commands were moved into `DiskStoreCommandsUtils` (it has been mentioned before that --Utils classes should be avoided, but because a better home for these methods could not be found, this issue may be resolved later in the future).
    
    Some tests were also updated - `DiskStoreCommandsJUnitTest` and `ListAndDescribeDiskStoreCommandsDUnitTest`. It really looks like the two tests share many of the same functionalities... I think that `ListAndDescribeDiskStoreCommandsDUnitTest` could be removed, since `DiskStoreCommandsJUnitTest` already seems to test `ListDiskStoreCommand` and `DescribeDiskStoreCommand`, and `DiskStoreCommandsJUnitTest` should be updated to test more commands, since it only seems to be testing `list disk-store` and `describe disk-store`.
    
    **TESTING STATUS: Precheckin in progress**
    
    - [ ] JIRA ticket referened
    
    - [ ] PR rebased
    
    - [ ] Initial commit is single and squashed
    
    - [ ] `gradlew build` runs cleanly
    
    - [ ] Unit tests updated

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/YehEmily/geode GEODE-3258

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/geode/pull/687.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 #687
    
----
commit 55bd2b1613ea02a895b8f38b9760d14c5ffa531e
Author: YehEmily <em...@gmail.com>
Date:   2017-08-03T16:00:08Z

    GEODE-3258: Refactoring DiskStoreCommands

----


> Refactor DiskStoreCommands
> --------------------------
>
>                 Key: GEODE-3258
>                 URL: https://issues.apache.org/jira/browse/GEODE-3258
>             Project: Geode
>          Issue Type: Sub-task
>          Components: gfsh
>            Reporter: Emily Yeh
>            Assignee: Emily Yeh
>
> {{DiskStoreCommands.java}} is a large class that contains multiple commands. Each command should be refactored into a separate class, and the methods shared by the commands should be refactored into a new and appropriately named class of their own.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)