> On May 9, 2014, 6 p.m., Ben Mahler wrote: > > src/slave/fetcher.hpp, lines 51-56 > > <https://reviews.apache.org/r/21233/diff/1/?file=577024#file577024line51> > > > > This is only exposed for testing? > > > > Maybe this would be a good place to comment on considering JSON in the > > environment (we'd need to confirm that our JSON encoding only uses the > > portable character set).
I've got a review for the JSON stuff, see https://reviews.apache.org/r/21277. - Benjamin ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/21233/#review42580 ----------------------------------------------------------- On May 8, 2014, 11:09 p.m., Benjamin Hindman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/21233/ > ----------------------------------------------------------- > > (Updated May 8, 2014, 11:09 p.m.) > > > Review request for mesos, Ben Mahler, Dominic Hamon, Ian Downes, Tom Arnfeld, > and Vinod Kone. > > > Bugs: MESOS-1316 > https://issues.apache.org/jira/browse/MESOS-1316 > > > Repository: mesos-git > > > Description > ------- > > To test the mesos-fetcher (and the setting of the environment) more cleanly I > did some refactoring into a 'fetcher' namespace. > > > Diffs > ----- > > src/Makefile.am f461a1515e7bafac677f2d0bcdd499f57ba3f029 > src/launcher/fetcher.cpp 8c9e20da8f39eb5e90403a5093cbea7fb2680468 > src/slave/containerizer/mesos_containerizer.cpp > 2a4816ec34f2298b71e8591c1e92d77f94ef4cb3 > src/slave/fetcher.hpp PRE-CREATION > src/tests/containerizer_tests.cpp 9d20853bcc1965adc2d9ea41044b5613cd992f11 > src/tests/fetcher_tests.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/21233/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Benjamin Hindman > >
