-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52440/
-----------------------------------------------------------
(Updated Sept. 30, 2016, 8:21 p.m.)
Review request for mesos, Anand Mazumdar and Benjamin Mahler.
Changes
-------
Updated couple task group validation tests as well.
Bugs: MESOS-6299
https://issues.apache.org/jira/browse/MESOS-6299
Repository: mesos
Description
-------
Pending tasks are always removed from frameworks `pending` map,
irrespective of whether the task launch is successful or not.
Diffs (updated)
-----
src/master/master.cpp 756ab546851952bc1de24b1f469d232237b1c01c
src/tests/master_authorization_tests.cpp
74422c7a185e50eef32a045e55abe5d9ba83bce3
src/tests/master_validation_tests.cpp
16c5773aa44016f923e00cb348ded6b8c46d4b4b
Diff: https://reviews.apache.org/r/52440/diff/
Testing (updated)
-------
make check
Also confirmed that all the updated tests fail without the fix.
Thanks,
Vinod Kone