-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/60628/
-----------------------------------------------------------
(Updated Dec. 8, 2017, 2:45 a.m.)
Review request for mesos, Andrew Schwartzmeyer, John Kordich, Joseph Wu, Li Li,
and Michael Park.
Bugs: MESOS-6705
https://issues.apache.org/jira/browse/MESOS-6705
Repository: mesos
Description
-------
Tests for tar, gzip, and such won't be working on Windows for
the time being. Thoughts are to provide this capability to the
Fetcher in a cross-platform manner via a programmatic code library
rather than Linux-specific command line tools (tar, gzip, etc).
See MESOS-8064 for more details.
In the short term, zip and unzip will work since PowerShell can
support that natively.
Diffs (updated)
-----
src/launcher/CMakeLists.txt c7a83d476efe13d65fa529e7676b6488eb48f44b
src/launcher/fetcher.cpp 5a9e93adbf2e4f0b8ff64a69e62fea5f6a0b8f2d
src/slave/CMakeLists.txt 5782ddcd9e178b3b0790d121a17483056ae03d22
src/slave/containerizer/fetcher.cpp 89b73b739e1fee7ff2ff984bcaf44ade4f535411
src/tests/fetcher_tests.cpp df9d2d9586a6457004506c4e2a972ccfc912c7c5
Diff: https://reviews.apache.org/r/60628/diff/7/
Changes: https://reviews.apache.org/r/60628/diff/6-7/
Testing
-------
See upstream.
Thanks,
Jeff Coffler