----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/41001/ -----------------------------------------------------------
(Updated Dec. 8, 2015, 5:14 p.m.) Review request for mesos, Jie Yu and Michael Park. Changes ------- Rebase. Repository: mesos Description ------- Improved 'ReservationTest.ACLMultipleOperations'. Diffs (updated) ----- src/tests/reservation_tests.cpp eccbb8f8a02b65b26f34e020e736afe0445a6d0d Diff: https://reviews.apache.org/r/41001/diff/ Testing (updated) ------- `GTEST_FILTER="ReservationTest.ACLMultipleOperations" bin/mesos-tests.sh --gtest_repeat=1000 --gtest_break_on_failure` This test was originally written to test the interaction of multiple RESERVE/UNRESERVE/LAUNCH operations in a single `acceptOffers()` call when authorization is enabled. In order to probe the effect of authorization on this interaction, some operations should fail due to failed authorization. However, this test included operations that failed simply because they were malformed. I altered the test so that now operations will fail due to failed authorization, which tests the desired functionality more precisely. Thanks, Greg Mann
