This is an automated email from the ASF dual-hosted git repository.
josephwu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git.
from c104977 Updated site's middleman versions.
new 5124b29 Moved master-side agent draining tests into a separate file.
new 4f07839 Refactored master draining test setup.
new 1e36619 Added draining tests for empty agents.
new 5c57128 Added draining test for momentarily disconnected agents.
new 50dcd56 Added agent reactivations to the existing agent draining
tests.
The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/Makefile.am | 3 +-
src/tests/CMakeLists.txt | 1 +
src/tests/api_tests.cpp | 541 -------------------
src/tests/master_draining_tests.cpp | 1018 +++++++++++++++++++++++++++++++++++
4 files changed, 1021 insertions(+), 542 deletions(-)
create mode 100644 src/tests/master_draining_tests.cpp