[jira] [Commented] (GEODE-5475) ClusterStartupRule improvement

2018-07-26 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5475:


Commit d00ab7cebc938dfd89f60a5a1e39126771457cbe in geode's branch 
refs/heads/develop from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d00ab7c ]

GEODE-5475: ClusterStartupRule improvement (#2193)

* add more convenience methods to startClientVM
* rename stopMember to stop and push the implementation to VMProvider
* rename forceDisconnectMember to forceDisconnect

> ClusterStartupRule improvement
> --
>
> Key: GEODE-5475
> URL: https://issues.apache.org/jira/browse/GEODE-5475
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> stopMember actually stops both member and client (naming could be more 
> generic)
> startClient could use more convenience methods.
> stop(cleanWorkingDir) could be used by the ClientVM as well



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5475) ClusterStartupRule improvement

2018-07-26 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5475:


Commit d00ab7cebc938dfd89f60a5a1e39126771457cbe in geode's branch 
refs/heads/feature/GEODE-5212 from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d00ab7c ]

GEODE-5475: ClusterStartupRule improvement (#2193)

* add more convenience methods to startClientVM
* rename stopMember to stop and push the implementation to VMProvider
* rename forceDisconnectMember to forceDisconnect

> ClusterStartupRule improvement
> --
>
> Key: GEODE-5475
> URL: https://issues.apache.org/jira/browse/GEODE-5475
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> stopMember actually stops both member and client (naming could be more 
> generic)
> startClient could use more convenience methods.
> stop(cleanWorkingDir) could be used by the ClientVM as well



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5475) ClusterStartupRule improvement

2018-07-26 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5475:


Commit d00ab7cebc938dfd89f60a5a1e39126771457cbe in geode's branch 
refs/heads/feature/GEODE-5478 from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=d00ab7c ]

GEODE-5475: ClusterStartupRule improvement (#2193)

* add more convenience methods to startClientVM
* rename stopMember to stop and push the implementation to VMProvider
* rename forceDisconnectMember to forceDisconnect

> ClusterStartupRule improvement
> --
>
> Key: GEODE-5475
> URL: https://issues.apache.org/jira/browse/GEODE-5475
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> stopMember actually stops both member and client (naming could be more 
> generic)
> startClient could use more convenience methods.
> stop(cleanWorkingDir) could be used by the ClientVM as well



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5475) ClusterStartupRule improvement

2018-08-06 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5475:


Commit 13bfcb0818d1f2488b90c41786e0733bc34c59d4 in geode's branch 
refs/heads/develop from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=13bfcb0 ]

GEODE-5475: do not start http service by default (#2211)




> ClusterStartupRule improvement
> --
>
> Key: GEODE-5475
> URL: https://issues.apache.org/jira/browse/GEODE-5475
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 50m
>  Remaining Estimate: 0h
>
> 1. stopMember actually stops both member and client (naming could be more 
> generic)
> 2. startClient could use more convenience methods.
> 3. stop(cleanWorkingDir) could be used by the ClientVM as well
> 4. When locator is started, http service is started by default (when starting 
> on jmx manager). This slows down the test startup time. Only start http 
> service when needed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5475) ClusterStartupRule improvement

2018-08-30 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5475:


Commit 06ba32c9f9ca0ba721b1a9a9c9dbf902c6a023f1 in geode's branch 
refs/heads/develop from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=06ba32c ]

GEODE-5475: rule improvement



> ClusterStartupRule improvement
> --
>
> Key: GEODE-5475
> URL: https://issues.apache.org/jira/browse/GEODE-5475
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> 1. stopMember actually stops both member and client (naming could be more 
> generic)
> 2. startClient could use more convenience methods.
> 3. stop(cleanWorkingDir) could be used by the ClientVM as well
> 4. When locator is started, http service is started by default (when starting 
> on jmx manager). This slows down the test startup time. Only start http 
> service when needed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (GEODE-5475) ClusterStartupRule improvement

2018-08-30 Thread ASF subversion and git services (JIRA)


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

ASF subversion and git services commented on GEODE-5475:


Commit 06ba32c9f9ca0ba721b1a9a9c9dbf902c6a023f1 in geode's branch 
refs/heads/windows-heavy-lifter from jinmeiliao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=06ba32c ]

GEODE-5475: rule improvement



> ClusterStartupRule improvement
> --
>
> Key: GEODE-5475
> URL: https://issues.apache.org/jira/browse/GEODE-5475
> Project: Geode
>  Issue Type: Improvement
>Reporter: Jinmei Liao
>Assignee: Jinmei Liao
>Priority: Major
>  Labels: pull-request-available, swat
>  Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> 1. stopMember actually stops both member and client (naming could be more 
> generic)
> 2. startClient could use more convenience methods.
> 3. stop(cleanWorkingDir) could be used by the ClientVM as well
> 4. When locator is started, http service is started by default (when starting 
> on jmx manager). This slows down the test startup time. Only start http 
> service when needed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)