You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Joris Van Remoortere <jo...@gmail.com> on 2016/04/05 00:50:10 UTC

Re: Review Request 45536: Cleaned up temporary directories in `PersistentVolumeTest`.

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

(Updated April 4, 2016, 10:50 p.m.)


Review request for mesos, Gilbert Song, Jie Yu, and Vinod Kone.


Changes
-------

Fixed the root issue, which is that disks were not being created as subdirectories correctly.


Bugs: MESOS-5044
    https://issues.apache.org/jira/browse/MESOS-5044


Repository: mesos


Description (updated)
-------

Added missing `path::join()` call.


Diffs (updated)
-----

  src/tests/persistent_volume_tests.cpp 7cb153cc6c0a8ca25cd31096686c63e829f746cf 

Diff: https://reviews.apache.org/r/45536/diff/


Testing
-------

Vverified all temporary directories are accounted for by `Environment`.


Thanks,

Joris Van Remoortere