-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51451/
-----------------------------------------------------------
(Updated 八月 26, 2016, 8:08 a.m.)
Review request for mesos and Vinod Kone.
Changes
-------
s/.get()/-> for `offer`
Bugs: MESOS-6087
https://issues.apache.org/jira/browse/MESOS-6087
Repository: mesos
Description
-------
Added test case MasterAuthorizationTest.KillPendingTaskInTaskGroup.
Diffs (updated)
-----
src/tests/master_authorization_tests.cpp
d0fe4bed24077d68cc31a3ea031bb9b04a14165d
Diff: https://reviews.apache.org/r/51451/diff/
Testing
-------
make
make check
```
./bin/mesos-tests.sh
--gtest_filter="MasterAuthorizationTest.KillPendingTaskInTaskGroup"
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MasterAuthorizationTest
[ RUN ] MasterAuthorizationTest.KillPendingTaskInTaskGroup
[ OK ] MasterAuthorizationTest.KillPendingTaskInTaskGroup (88 ms)
[----------] 1 test from MasterAuthorizationTest (89 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (100 ms total)
[ PASSED ] 1 test.
```
Thanks,
Guangya Liu