> On March 21, 2016, 1 p.m., haosdent huang wrote: > > src/tests/slave_tests.cpp, line 3214 > > <https://reviews.apache.org/r/44994/diff/2/?file=1306236#file1306236line3214> > > > > I notice in http://search-hadoop.com/m/0Vlr6J38NSZOXgd2 said we should > > not use negative durations. So this test would not necessary once we > > implement it?
We haven't reached consensus on whether we shoud make durations non-negative, hence until then this test does make sense. If we require durations be non-negative one day, this test should fail and we'll remove it altogether. - Alexander ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/44994/#review124532 ----------------------------------------------------------- On March 18, 2016, 5:13 p.m., Alexander Rukletsov wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/44994/ > ----------------------------------------------------------- > > (Updated March 18, 2016, 5:13 p.m.) > > > Review request for mesos and Ben Mahler. > > > Bugs: MESOS-4949 > https://issues.apache.org/jira/browse/MESOS-4949 > > > Repository: mesos > > > Description > ------- > > See summary. > > > Diffs > ----- > > src/tests/slave_tests.cpp ea1d776077bf638885db8421194aa4427c772169 > > Diff: https://reviews.apache.org/r/44994/diff/ > > > Testing > ------- > > On Mac OS 10.10.4: > `make check` > `GLOG_v=2 GTEST_FILTER="*SlaveTest*" ./bin/mesos-tests.sh --gtest_repeat=100 > --gtest_break_on_failure` > > > Thanks, > > Alexander Rukletsov > >
