> On June 7, 2016, 2:10 p.m., Joseph Wu wrote: > > src/examples/disk_full_framework.cpp, lines 89-96 > > <https://reviews.apache.org/r/46626/diff/3/?file=1408932#file1408932line89> > > > > Looks like there are currently two scenarios: > > > > 1) Disk quota is enforced -> task fails. > > 2) Disk quota is not enforced -> task finishes. > > > > Can you add an option so that we can perform a sanity (null hypothesis) > > check? i.e. The task uses less disk than it requested.
Will follow up and add a 'Disk not full' example framework. https://issues.apache.org/jira/browse/MESOS-5855 - Artem ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/46626/#review136528 ----------------------------------------------------------- On July 16, 2016, 8:30 p.m., Artem Harutyunyan wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/46626/ > ----------------------------------------------------------- > > (Updated July 16, 2016, 8:30 p.m.) > > > Review request for Joseph Wu. > > > Bugs: MESOS-5855 > https://issues.apache.org/jira/browse/MESOS-5855 > > > Repository: mesos > > > Description > ------- > > Added example framework for testing disk quota enforcement. > > > Diffs > ----- > > src/Makefile.am cc83525a4455bbb0e654d346921d66ed2436411d > src/examples/disk_full_framework.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/46626/diff/ > > > Testing > ------- > > > Thanks, > > Artem Harutyunyan > >
