You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/02/18 19:02:00 UTC

[jira] [Work logged] (CURATOR-560) Make sure tickTime and minSessionTimeout are set

     [ https://issues.apache.org/jira/browse/CURATOR-560?focusedWorklogId=389004&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-389004 ]

ASF GitHub Bot logged work on CURATOR-560:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 18/Feb/20 19:01
            Start Date: 18/Feb/20 19:01
    Worklog Time Spent: 10m 
      Work Description: Randgalt commented on pull request #347: [CURATOR-560] set tickTime and minSessionTimeout
URL: https://github.com/apache/curator/pull/347
 
 
   a) make sure setReuseAddress is set for server when getting a random port
   b) always set "tickTime" and "minSessionTimeout" to make our tests run a bit faster
   c) fixed incorrect exception message in blockUntilStarted()
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 389004)
    Remaining Estimate: 0h
            Time Spent: 10m

> Make sure tickTime and minSessionTimeout are set
> ------------------------------------------------
>
>                 Key: CURATOR-560
>                 URL: https://issues.apache.org/jira/browse/CURATOR-560
>             Project: Apache Curator
>          Issue Type: Improvement
>          Components: Tests
>            Reporter: Jordan Zimmerman
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> The default settings for {{tickTime}} and {{minSessionTimeout}} make our test take longer than they need to. Explicitly set them to smaller values.
> Also, while I'm at it, I'll make sure the random server port code calls {{setReuseAddress(true)}}.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)