Re: Review Request 56188: Removed all instances of '.Times(1)' from libprocess tests.

2017-02-02 Thread Jan Schlicht

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


Ship it!




Ship It!

- Jan Schlicht


On Feb. 1, 2017, 10:26 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56188/
> ---
> 
> (Updated Feb. 1, 2017, 10:26 p.m.)
> 
> 
> Review request for mesos and Vinod Kone.
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Using `.Times(1)` with `EXPECT_CALL` is redundant, as this
> is implied by default. This patch removes all such remaining
> occurrences from the libprocess tests.
> 
> 
> Diffs
> -
> 
>   3rdparty/libprocess/src/tests/process_tests.cpp 
> cd159b6dbde44d89bca76c6ec99cc22621638b2a 
> 
> Diff: https://reviews.apache.org/r/56188/diff/
> 
> 
> Testing
> ---
> 
> `make check`
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 56188: Removed all instances of '.Times(1)' from libprocess tests.

2017-02-01 Thread Mesos Reviewbot

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



Patch looks great!

Reviews applied: [55954, 55955, 56055, 56052, 56053, 56139, 56187, 56188]

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

- Mesos Reviewbot


On Feb. 1, 2017, 9:26 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56188/
> ---
> 
> (Updated Feb. 1, 2017, 9:26 p.m.)
> 
> 
> Review request for mesos and Vinod Kone.
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Using `.Times(1)` with `EXPECT_CALL` is redundant, as this
> is implied by default. This patch removes all such remaining
> occurrences from the libprocess tests.
> 
> 
> Diffs
> -
> 
>   3rdparty/libprocess/src/tests/process_tests.cpp 
> cd159b6dbde44d89bca76c6ec99cc22621638b2a 
> 
> Diff: https://reviews.apache.org/r/56188/diff/
> 
> 
> Testing
> ---
> 
> `make check`
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Re: Review Request 56188: Removed all instances of '.Times(1)' from libprocess tests.

2017-02-01 Thread Vinod Kone

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


Ship it!




Ship It!

- Vinod Kone


On Feb. 1, 2017, 9:26 p.m., Greg Mann wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/56188/
> ---
> 
> (Updated Feb. 1, 2017, 9:26 p.m.)
> 
> 
> Review request for mesos and Vinod Kone.
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Using `.Times(1)` with `EXPECT_CALL` is redundant, as this
> is implied by default. This patch removes all such remaining
> occurrences from the libprocess tests.
> 
> 
> Diffs
> -
> 
>   3rdparty/libprocess/src/tests/process_tests.cpp 
> cd159b6dbde44d89bca76c6ec99cc22621638b2a 
> 
> Diff: https://reviews.apache.org/r/56188/diff/
> 
> 
> Testing
> ---
> 
> `make check`
> 
> 
> Thanks,
> 
> Greg Mann
> 
>



Review Request 56188: Removed all instances of '.Times(1)' from libprocess tests.

2017-02-01 Thread Greg Mann

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

Review request for mesos and Vinod Kone.


Repository: mesos


Description
---

Using `.Times(1)` with `EXPECT_CALL` is redundant, as this
is implied by default. This patch removes all such remaining
occurrences from the libprocess tests.


Diffs
-

  3rdparty/libprocess/src/tests/process_tests.cpp 
cd159b6dbde44d89bca76c6ec99cc22621638b2a 

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


Testing
---

`make check`


Thanks,

Greg Mann