You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Ian Downes <ia...@gmail.com> on 2013/08/28 07:37:26 UTC

Review Request 13881: FIx for bad commit 400a88f9817bb102522b08b83dca400380ad8a9b

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

Review request for mesos, Ben Mahler, Chi Zhang, and Vinod Kone.


Repository: mesos-git


Description
-------

Proper fix for the 400a88 commit to align with previous diff:
removes the double declaration (and the rest of that chunk) for KillTask
and fixes the GCExecutor test

NOTE: tests are failing at ExamplesTest.PythonFramework but they also fail on master at the previous commit.


Diffs
-----

  src/tests/slave_recovery_tests.cpp 78f42ff 

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


Testing
-------


Thanks,

Ian Downes


Re: Review Request 13881: FIx for bad commit 400a88f9817bb102522b08b83dca400380ad8a9b

Posted by Brenden Matthews <br...@diddyinc.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13881/#review25696
-----------------------------------------------------------

Ship it!


Ship It!

- Brenden Matthews


On Aug. 28, 2013, 11:02 p.m., Ian Downes wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13881/
> -----------------------------------------------------------
> 
> (Updated Aug. 28, 2013, 11:02 p.m.)
> 
> 
> Review request for mesos, Ben Mahler, Chi Zhang, and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Proper fix for the 400a88 commit to align with previous diff:
> removes the double declaration (and the rest of that chunk) for KillTask
> and fixes the GCExecutor test
> 
> NOTE: tests are failing at ExamplesTest.PythonFramework but they also fail on master at the previous commit.
> 
> 
> Diffs
> -----
> 
>   src/tests/slave_recovery_tests.cpp 78f42ff 
> 
> Diff: https://reviews.apache.org/r/13881/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Ian Downes
> 
>


Re: Review Request 13881: FIx for bad commit 400a88f9817bb102522b08b83dca400380ad8a9b

Posted by Ian Downes <ia...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13881/
-----------------------------------------------------------

(Updated Aug. 28, 2013, 11:02 p.m.)


Review request for mesos, Ben Mahler, Chi Zhang, and Vinod Kone.


Changes
-------

Moved declaration of offers2 to just before killTask()


Repository: mesos-git


Description
-------

Proper fix for the 400a88 commit to align with previous diff:
removes the double declaration (and the rest of that chunk) for KillTask
and fixes the GCExecutor test

NOTE: tests are failing at ExamplesTest.PythonFramework but they also fail on master at the previous commit.


Diffs (updated)
-----

  src/tests/slave_recovery_tests.cpp 78f42ff 

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


Testing
-------


Thanks,

Ian Downes


Re: Review Request 13881: FIx for bad commit 400a88f9817bb102522b08b83dca400380ad8a9b

Posted by Ian Downes <ia...@gmail.com>.

> On Aug. 28, 2013, 5:48 a.m., Vinod Kone wrote:
> > src/tests/slave_recovery_tests.cpp, lines 1289-1293
> > <https://reviews.apache.org/r/13881/diff/1/?file=345487#file345487line1289>
> >
> >     I think you need to keep this and kill the above expectation at #1265. IIRC, driver.killTask() is what causes the offers to be fired?

OK, I'd moved it to before the new slave was created but if it's triggered by killTask() then it can go in either place, if I understand correctly? If so, then yes, it's clearer to put it here.


- Ian


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


On Aug. 28, 2013, 11:02 p.m., Ian Downes wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13881/
> -----------------------------------------------------------
> 
> (Updated Aug. 28, 2013, 11:02 p.m.)
> 
> 
> Review request for mesos, Ben Mahler, Chi Zhang, and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Proper fix for the 400a88 commit to align with previous diff:
> removes the double declaration (and the rest of that chunk) for KillTask
> and fixes the GCExecutor test
> 
> NOTE: tests are failing at ExamplesTest.PythonFramework but they also fail on master at the previous commit.
> 
> 
> Diffs
> -----
> 
>   src/tests/slave_recovery_tests.cpp 78f42ff 
> 
> Diff: https://reviews.apache.org/r/13881/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Ian Downes
> 
>


Re: Review Request 13881: FIx for bad commit 400a88f9817bb102522b08b83dca400380ad8a9b

Posted by Vinod Kone <vi...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/13881/#review25661
-----------------------------------------------------------

Ship it!



src/tests/slave_recovery_tests.cpp
<https://reviews.apache.org/r/13881/#comment50157>

    I think you need to keep this and kill the above expectation at #1265. IIRC, driver.killTask() is what causes the offers to be fired?


- Vinod Kone


On Aug. 28, 2013, 5:37 a.m., Ian Downes wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/13881/
> -----------------------------------------------------------
> 
> (Updated Aug. 28, 2013, 5:37 a.m.)
> 
> 
> Review request for mesos, Ben Mahler, Chi Zhang, and Vinod Kone.
> 
> 
> Repository: mesos-git
> 
> 
> Description
> -------
> 
> Proper fix for the 400a88 commit to align with previous diff:
> removes the double declaration (and the rest of that chunk) for KillTask
> and fixes the GCExecutor test
> 
> NOTE: tests are failing at ExamplesTest.PythonFramework but they also fail on master at the previous commit.
> 
> 
> Diffs
> -----
> 
>   src/tests/slave_recovery_tests.cpp 78f42ff 
> 
> Diff: https://reviews.apache.org/r/13881/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Ian Downes
> 
>