-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/14622/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone.
Bugs: MESOS-734
https://issues.apache.org/jira/browse/MESOS-734
Repository: mesos-git
Description
-------
New task reconciliation test breaks test suite due to missing authentication:
[ RUN ] MasterTest.ReconcileTaskTest
GMOCK WARNING:
Uninteresting mock function call - returning directly.
Function call: error(0x7fff59590318, @0x7f8890c3be10 "Framework at
scheduler(13)@127.0.0.1:64373 is not authenticated.")
Stack trace:
tests/master_tests.cpp:1066: Failure
Failed to wait 10secs for status
Diffs
-----
src/tests/master_tests.cpp c325c10
Diff: https://reviews.apache.org/r/14622/diff/
Testing
-------
$ make check
...
[ RUN ] MasterTest.ReconcileTaskTest
[ OK ] MasterTest.ReconcileTaskTest (37 ms)
...
Thanks,
Niklas Nielsen