You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Joseph Wu <jo...@mesosphere.io> on 2015/11/20 20:29:20 UTC

Review Request 40512: Libprocess Reinitialization: Add a test-only method to reinitialize libprocess.

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

Review request for mesos, Artem Harutyunyan and Joris Van Remoortere.


Bugs: MESOS-3820
    https://issues.apache.org/jira/browse/MESOS-3820


Repository: mesos


Description
-------

This builds upon earlier changes to complete `process::finalize`.  Tests which need to reconfigure libprocess, such as some SSL-related tests, can use `process::reinitialize` to do so.  

This method may also be useful for providing additional isolation between tests.


Diffs
-----

  3rdparty/libprocess/src/openssl.cpp a2b7ab4e7ec92cc690f173134a7e8661cda77179 
  3rdparty/libprocess/src/process.cpp 8fa0594b671969c2713d1b361f2dbbb07d25b3a8 

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


Testing
-------

Defined `process::reinitialize` in several tests, such as `HTTPTest`, `MetricsTest`, and `ReapTest` can called `process::reinitialize` before and after tests.  Confirmed that this did not have side effects on other tests (See https://reviews.apache.org/r/40453/ ).


Thanks,

Joseph Wu


Re: Review Request 40512: Libprocess Reinit: Add a test-only method to reinitialize libprocess.

Posted by Neil Conway <ne...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40512/#review130500
-----------------------------------------------------------




3rdparty/libprocess/src/process.cpp (line 475)
<https://reviews.apache.org/r/40512/#comment194253>

    Typo.


- Neil Conway


On April 14, 2016, 8:28 p.m., Joseph Wu wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/40512/
> -----------------------------------------------------------
> 
> (Updated April 14, 2016, 8:28 p.m.)
> 
> 
> Review request for mesos, Artem Harutyunyan and Joris Van Remoortere.
> 
> 
> Bugs: MESOS-3820
>     https://issues.apache.org/jira/browse/MESOS-3820
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> This builds upon earlier changes to complete `process::finalize`.  
> Tests which need to reconfigure libprocess, such as some SSL-related 
> tests, can use `process::reinitialize` to do so.  
> 
> This method may also be useful for providing additional isolation 
> between tests, such as cleaning up all processes after each test case.
> 
> 
> Diffs
> -----
> 
>   3rdparty/libprocess/src/openssl.cpp 523b9740a45bdae3fa9a1a1423108e6815fbf872 
>   3rdparty/libprocess/src/process.cpp afeddec20495bb9621c3e26b0d425c9419654739 
> 
> Diff: https://reviews.apache.org/r/40512/diff/
> 
> 
> Testing
> -------
> 
> Defined `process::reinitialize` in several tests, such as `HTTPTest`, `MetricsTest`, and `ReapTest` can called `process::reinitialize` before and after tests.  Confirmed that this did not have side effects on other tests (See https://reviews.apache.org/r/40453/ ).
> 
> 
> Thanks,
> 
> Joseph Wu
> 
>


Re: Review Request 40512: Libprocess Reinit: Add a test-only method to reinitialize libprocess.

Posted by Joseph Wu <jo...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40512/
-----------------------------------------------------------

(Updated April 14, 2016, 1:28 p.m.)


Review request for mesos, Artem Harutyunyan and Joris Van Remoortere.


Changes
-------

Reviving this chain...


Summary (updated)
-----------------

Libprocess Reinit: Add a test-only method to reinitialize libprocess.


Bugs: MESOS-3820
    https://issues.apache.org/jira/browse/MESOS-3820


Repository: mesos


Description (updated)
-------

This builds upon earlier changes to complete `process::finalize`.  
Tests which need to reconfigure libprocess, such as some SSL-related 
tests, can use `process::reinitialize` to do so.  

This method may also be useful for providing additional isolation 
between tests, such as cleaning up all processes after each test case.


Diffs (updated)
-----

  3rdparty/libprocess/src/openssl.cpp 523b9740a45bdae3fa9a1a1423108e6815fbf872 
  3rdparty/libprocess/src/process.cpp afeddec20495bb9621c3e26b0d425c9419654739 

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


Testing
-------

Defined `process::reinitialize` in several tests, such as `HTTPTest`, `MetricsTest`, and `ReapTest` can called `process::reinitialize` before and after tests.  Confirmed that this did not have side effects on other tests (See https://reviews.apache.org/r/40453/ ).


Thanks,

Joseph Wu


Re: Review Request 40512: Libprocess Reinitialization: Add a test-only method to reinitialize libprocess.

Posted by Joseph Wu <jo...@mesosphere.io>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40512/
-----------------------------------------------------------

(Updated Nov. 23, 2015, 12:14 p.m.)


Review request for mesos, Artem Harutyunyan and Joris Van Remoortere.


Changes
-------

Rebase.


Bugs: MESOS-3820
    https://issues.apache.org/jira/browse/MESOS-3820


Repository: mesos


Description
-------

This builds upon earlier changes to complete `process::finalize`.  Tests which need to reconfigure libprocess, such as some SSL-related tests, can use `process::reinitialize` to do so.  

This method may also be useful for providing additional isolation between tests.


Diffs (updated)
-----

  3rdparty/libprocess/src/openssl.cpp 523b9740a45bdae3fa9a1a1423108e6815fbf872 
  3rdparty/libprocess/src/process.cpp 0fa15dd3d3c83c98411760738b0541248d548ee6 

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


Testing
-------

Defined `process::reinitialize` in several tests, such as `HTTPTest`, `MetricsTest`, and `ReapTest` can called `process::reinitialize` before and after tests.  Confirmed that this did not have side effects on other tests (See https://reviews.apache.org/r/40453/ ).


Thanks,

Joseph Wu