-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48931/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, haosdent huang, and Vinod Kone.
Bugs: MESOS-5487
https://issues.apache.org/jira/browse/MESOS-5487
Repository: mesos
Description
-------
Implemented LIST_FILES Call in v1 master API.
Diffs
-----
include/mesos/v1/master/master.proto abcf628eea7922cdb323ec135ec48e9b11209608
src/master/http.cpp 148324e2c9d52f8211df4cead783e5a2979a45fe
src/master/master.hpp 50230397dcf52219fd4ed98dd1107bf53790478d
src/tests/api_tests.cpp 5d10533858cf1c512e00dbe6d5fab1f6401687bf
Diff: https://reviews.apache.org/r/48931/diff/
Testing
-------
Ubuntu 16.04:
sudo GTEST_FILTER="*AgentAPITest.ListFiles*" make -j4 check
sudo GTEST_FILTER="*MasterAPITest.ListFiles*" make -j4 check
Thanks,
Abhishek Dasgupta