You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Michael Park (JIRA)" <ji...@apache.org> on 2017/06/13 08:29:01 UTC

[jira] [Created] (MESOS-7657) Consider setting the initial delay of 0 for agent registration in tests.

Michael Park created MESOS-7657:
-----------------------------------

             Summary: Consider setting the initial delay of 0 for agent registration in tests.
                 Key: MESOS-7657
                 URL: https://issues.apache.org/jira/browse/MESOS-7657
             Project: Mesos
          Issue Type: Task
          Components: test
            Reporter: Michael Park


Consider setting the initial delay of 0 for agent registration in tests, so that we don't have to do the following.

{code}
  Clock::advance(slaveFlags.authentication_backoff_factor);
579	
  Clock::advance(slaveFlags.registration_backoff_factor);
{code}



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