You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2017/06/02 18:20:04 UTC

[jira] [Created] (MESOS-7613) Unit test for master behavior with mixed regions

Neil Conway created MESOS-7613:
----------------------------------

             Summary: Unit test for master behavior with mixed regions
                 Key: MESOS-7613
                 URL: https://issues.apache.org/jira/browse/MESOS-7613
             Project: Mesos
          Issue Type: Improvement
            Reporter: Neil Conway
            Assignee: Neil Conway


It would be nice to write unit tests to check that:

* A standby master joins the Zk group if it has the same region and zone as the leading master
* A standby master joins the Zk group if it has the same region as the leading master but a different zone
* A standby master joins the Zk group if it has no configured domain but the leading master has a configured domain.
* A standby master joins the Zk group if it has a configured domain but the leading master does not have a configured domain.
* A standby master aborts with an error message if it is configured to use a different region than the leading master.

Unfortunately, we cannot easily test this scenario due to MESOS-2976.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)