-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48344/
-----------------------------------------------------------
(Updated June 9, 2016, 8:10 a.m.)
Review request for mesos, Benjamin Mahler, Jan Schlicht, and Vinod Kone.
Changes
-------
Move a few tests that don't depend on registry strictness to a separate test
class
Bugs: MESOS-5547
https://issues.apache.org/jira/browse/MESOS-5547
Repository: mesos
Description (updated)
-------
We should test that the same partition behavior is implemented
for both strict and non-strict registry configurations. A few
of the partition tests don't depend on registry strictness,
so move them to a separate test class to avoid needlessly
running them twice.
Diffs (updated)
-----
src/tests/partition_tests.cpp 956493d5b2fb531dcedc477b2fdbbc0609e01412
Diff: https://reviews.apache.org/r/48344/diff/
Testing
-------
make check
Also manually modified the master in a way that breaks non-strict registry
slave removal behavior (by never inserting into the `slaves.removed` collection
in the master) and verified that these test do _not_ break in master but they
_do_ break after this patch is applied.
Thanks,
Neil Conway