----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57190/#review167764 -----------------------------------------------------------
src/tests/role_tests.cpp Lines 868 (patched) <https://reviews.apache.org/r/57190/#comment239729> If we're going to pull out `offers.get()[0]` into a separate variable, let's use it here. src/tests/role_tests.cpp Lines 880 (patched) <https://reviews.apache.org/r/57190/#comment239730> `offer` instead. - Neil Conway On March 2, 2017, 11:01 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57190/ > ----------------------------------------------------------- > > (Updated March 2, 2017, 11:01 p.m.) > > > Review request for mesos, Benjamin Mahler, Michael Park, and Neil Conway. > > > Bugs: MESOS-7047 > https://issues.apache.org/jira/browse/MESOS-7047 > > > Repository: mesos > > > Description > ------- > > This commit adjusts the way persistent volumes are stored on the > agent. Instead of interpreting the role of the volume as a literal > path, we replace `/` with ` ` when creating the path. This prevents > that subdirectories are created for volumes with hierarchical roles. > Directly interpreting the role as a path is undesirable as it can lead > to volumes overlapping (e.g., a volume with role `a/b/c/d` and id `id` > would be visible as `id` in a volume with role `a/b/c` and id `d`). > > > Diffs > ----- > > src/slave/paths.cpp 38ad1993aa36a627ec97a7865488677495ee4c5a > src/tests/role_tests.cpp 77f3d46a544a51ba71476e2f0735bb32758dd9e1 > > > Diff: https://reviews.apache.org/r/57190/diff/2/ > > > Testing > ------- > > make check > > > Thanks, > > Benjamin Bannier > >
