Re: Review Request 71732: Fixed an incorrect resource mutation.

2019-11-18 Thread Benno Evers

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


Ship it!




Ship It!

- Benno Evers


On Nov. 6, 2019, 12:54 p.m., Benjamin Bannier wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/71732/
> ---
> 
> (Updated Nov. 6, 2019, 12:54 p.m.)
> 
> 
> Review request for mesos, Benno Evers and Greg Mann.
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> `Resources::pushReservation` does not mutate the `Resources` it is
> invoked on; instead it returns its result which should then be used.
> 
> This issue was identified by making `Resources::pushReservation`
> `nodiscard`.
> 
> 
> Diffs
> -
> 
>   src/tests/scheduler_tests.cpp e0ed02900330c678bbf5c609c1f45d05147851ed 
> 
> 
> Diff: https://reviews.apache.org/r/71732/diff/1/
> 
> 
> Testing
> ---
> 
> `make check`
> 
> 
> Thanks,
> 
> Benjamin Bannier
> 
>



Re: Review Request 71732: Fixed an incorrect resource mutation.

2019-11-06 Thread Mesos Reviewbot

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



Patch looks great!

Reviews applied: [71732]

Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' 
CONFIGURATION='--verbose --disable-libtool-wrappers 
--disable-parallel-test-execution' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; 
./support/docker-build.sh

- Mesos Reviewbot


On Nov. 6, 2019, 12:54 p.m., Benjamin Bannier wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/71732/
> ---
> 
> (Updated Nov. 6, 2019, 12:54 p.m.)
> 
> 
> Review request for mesos, Benno Evers and Greg Mann.
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> `Resources::pushReservation` does not mutate the `Resources` it is
> invoked on; instead it returns its result which should then be used.
> 
> This issue was identified by making `Resources::pushReservation`
> `nodiscard`.
> 
> 
> Diffs
> -
> 
>   src/tests/scheduler_tests.cpp e0ed02900330c678bbf5c609c1f45d05147851ed 
> 
> 
> Diff: https://reviews.apache.org/r/71732/diff/1/
> 
> 
> Testing
> ---
> 
> `make check`
> 
> 
> Thanks,
> 
> Benjamin Bannier
> 
>



Review Request 71732: Fixed an incorrect resource mutation.

2019-11-06 Thread Benjamin Bannier

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

Review request for mesos, Benno Evers and Greg Mann.


Repository: mesos


Description
---

`Resources::pushReservation` does not mutate the `Resources` it is
invoked on; instead it returns its result which should then be used.

This issue was identified by making `Resources::pushReservation`
`nodiscard`.


Diffs
-

  src/tests/scheduler_tests.cpp e0ed02900330c678bbf5c609c1f45d05147851ed 


Diff: https://reviews.apache.org/r/71732/diff/1/


Testing
---

`make check`


Thanks,

Benjamin Bannier