-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51433/
-----------------------------------------------------------
Review request for mesos and Vinod Kone.
Bugs: MESOS-6087
https://issues.apache.org/jira/browse/MESOS-6087
Repository: mesos
Description
-------
Added test case MasterAuthorizationTest, UnauthorizedTaskGroup.
Diffs
-----
src/tests/master_authorization_tests.cpp
92bd2a9463f861e4b479f76927dd01324765a411
Diff: https://reviews.apache.org/r/51433/diff/
Testing
-------
make
make check
```
./bin/mesos-tests.sh
--gtest_filter="MasterAuthorizationTest.UnauthorizedTaskGroup"
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MasterAuthorizationTest
[ RUN ] MasterAuthorizationTest.UnauthorizedTaskGroup
[ OK ] MasterAuthorizationTest.UnauthorizedTaskGroup (85 ms)
[----------] 1 test from MasterAuthorizationTest (86 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (105 ms total)
[ PASSED ] 1 test.
```
Thanks,
Guangya Liu