> On Jan. 15, 2019, 7:08 a.m., Chun-Hung Hsiao wrote: > > src/tests/slave_tests.cpp > > Lines 10609 (patched) > > <https://reviews.apache.org/r/69158/diff/4/?file=2111265#file2111265line10609> > > > > Maybe move this to > > `AgentAPITest.OperationStatusUpdateUponResourceProviderGone`? We have > > `MasterAPITest.TaskUpdatesUponAgentGone` there.
Unfortunately this tests multiple aspects (disconnection of gone RPs, transition of operations -- updated the test docstring to account for that). Given the former, I believe it makes more sense to keep it here. WDYT? - Benjamin ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/69158/#review211998 ----------------------------------------------------------- On Jan. 15, 2019, 4:03 p.m., Benjamin Bannier wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/69158/ > ----------------------------------------------------------- > > (Updated Jan. 15, 2019, 4:03 p.m.) > > > Review request for mesos, Chun-Hung Hsiao and Jan Schlicht. > > > Bugs: MESOS-8403 > https://issues.apache.org/jira/browse/MESOS-8403 > > > Repository: mesos > > > Description > ------- > > Added an integration test for resource provider removal. > > > Diffs > ----- > > src/tests/slave_tests.cpp dc711de96053ebecb6b71b98f14f22cb9b050c52 > > > Diff: https://reviews.apache.org/r/69158/diff/5/ > > > Testing > ------- > > `make check` > > > Thanks, > > Benjamin Bannier > >
