----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/53313/ -----------------------------------------------------------
(Updated Nov. 22, 2016, 4:30 p.m.) Review request for mesos, Daniel Pravat and Joseph Wu. Changes ------- Added a JIRA. Bugs: MESOS-5932 https://issues.apache.org/jira/browse/MESOS-5932 Repository: mesos Description ------- Many agent tests currently use the master in some form. Of those, relatively few use the leveldb-based persistence. Since we cannot currently compile leveldb on Windows, and since running these tests on Windows involves compiling and running the master, this commit will remove the direct dependency on the replicated log for windows builds of the master. Diffs ----- src/local/local.cpp 257179443827ffdfc946ed655a6840fcea70d454 src/master/main.cpp 2d2dfb7d632f3c7be1796efd8f0a1f4d18760261 Diff: https://reviews.apache.org/r/53313/diff/ Testing ------- Thanks, Alex Clemmer