> On March 2, 2017, 10:12 p.m., Neil Conway wrote:
> > src/tests/role_tests.cpp
> > Lines 812 (patched)
> > <https://reviews.apache.org/r/57190/diff/1/?file=1652615#file1652615line812>
> >
> >     This might be better placed in `persistent_volume_tests.cpp`.
> 
> Benjamin Bannier wrote:
>     I was also drawn to implementing this as part of `PersistentVolumeTest`, 
> but the test there are largely occupied with testing persistent volumes and 
> their interactions with different disk volume types; the fixture expliclty 
> requires any new tests to work on all tested types. We otoh do not require 
> any disk volumes here. I am unsure what other test case would be a good fit.

Good point. Yeah, I guess `RoleTest` is fine.


- Neil


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57190/#review167297
-----------------------------------------------------------


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
> 
>

Reply via email to