-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31539/
-----------------------------------------------------------
(Updated March 6, 2015, 11:38 a.m.)
Review request for mesos, Adam B, Cody Maloney, and Till Toenshoff.
Changes
-------
Adressed Cody's comments.
Bugs: MESOS-2375
https://issues.apache.org/jira/browse/MESOS-2375
Repository: mesos
Description
-------
As a number of tests rely on the checkpointing flag to be false, a few tests
had to be adapted.
Removed the following three tests as the tested logic is specific to (old)
non-checkpointing slaves:
-SlaveRecoveryTest.NonCheckpointingSlave
Checks whether a non-checkpointing slave is not scheduled to a checkpointing
framework.
All slaves are checkpointing slaves.
-GarbageCollectorIntegrationTest.Restart
Checks whether GC removes workings directories after a slave is lost.
With checkpointing we want to keep the checkpointing data.
-MasterAllocatorTest.SlaveLost
Checks whether resources of killed slave are recovered and not offered again.
Resources are held for a certain period of time to allow checkpoint recovery.
Diffs (updated)
-----
include/mesos/mesos.proto 9df972d750ce1e4a81d2e96cc508d6f83cad2fc8
src/slave/flags.hpp 56b25caf3901b38bdecb50310e8bcae0b114efa8
src/slave/slave.cpp 2d52ea0c440fd530174b0e44a59c8ae68fa2616c
src/tests/disk_quota_tests.cpp 9c3a8815c3478535b72888c296a4aa5cda341ba3
src/tests/docker_containerizer_tests.cpp
06cd3d89ecbaaac17ae6970604b21fbe29f6e887
src/tests/fault_tolerance_tests.cpp 9ac75b1f601e14a3d3d117775f37a4a48b291dc6
src/tests/gc_tests.cpp deaa6b1b6c32ae6d153229248d7d4f57caa0ebcf
src/tests/master_allocator_tests.cpp a432d0207e1a92532a495bf9ad2826414ee4f6f0
src/tests/master_authorization_tests.cpp
ff706ed6f8537207b30a548b0ce2121c5df71ab9
src/tests/master_tests.cpp 580e1f818201f951c11e4e652a7941fcd888356d
src/tests/master_validation_tests.cpp
c8742928a4e93e86ccd0f5a39856a65cfe8eb74f
src/tests/mesos.cpp c8f43d21b214e75eaac2870cbdf4f03fd18707d1
src/tests/partition_tests.cpp bb96aed37861867fbde68445016f0c6e039f3fb4
src/tests/persistent_volume_tests.cpp
b617117ade4b487cc06002cfeca76a0486833b20
src/tests/reconciliation_tests.cpp acd70021574b05ab23872add5bdfa4a46b7dfc51
src/tests/slave_recovery_tests.cpp 53adae0118a26e6d25a9ff20c6374cc8e73275b1
src/tests/status_update_manager_tests.cpp
216a22e9f292b4141c8b966dad0f25dbd791c025
Diff: https://reviews.apache.org/r/31539/diff/
Testing
-------
make check
Thanks,
Joerg Schad