-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55464/#review161401
-----------------------------------------------------------
Bad patch!
Reviews applied: [55464, 55463]
Failed command: python support/apply-reviews.py -n -r 55464
Error:
Traceback (most recent call last):
File "support/apply-reviews.py", line 349, in <module>
reviewboard()
File "support/apply-reviews.py", line 328, in reviewboard
apply_review()
File "support/apply-reviews.py", line 121, in apply_review
fetch_patch()
File "support/apply-reviews.py", line 150, in fetch_patch
r = urllib2.urlopen(patch_url(), context=ssl_create_default_context())
File "support/apply-reviews.py", line 131, in ssl_create_default_context
context = ssl.SSLContext(ssl.PROTOCOL_SSLv23)
AttributeError: 'module' object has no attribute 'SSLContext'
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "support/apply-reviews.py", line 119, in <lambda>
atexit.register(lambda: os.remove('%s.patch' % patch_id()))
OSError: [Errno 2] No such file or directory: '55464.patch'
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "support/apply-reviews.py", line 119, in <lambda>
atexit.register(lambda: os.remove('%s.patch' % patch_id()))
OSError: [Errno 2] No such file or directory: '55464.patch'
Full log: https://builds.apache.org/job/Mesos-Reviewbot/16700/console
- Mesos ReviewBot
On Jan. 12, 2017, 3:30 p.m., Gastón Kleiman wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/55464/
> -----------------------------------------------------------
>
> (Updated Jan. 12, 2017, 3:30 p.m.)
>
>
> Review request for mesos, Adam B, Alexander Rukletsov, Anand Mazumdar,
> Alexander Rojas, and haosdent huang.
>
>
> Bugs: MESOS-6864
> https://issues.apache.org/jira/browse/MESOS-6864
>
>
> Repository: mesos
>
>
> Description
> -------
>
> Made the Agent API able to handle containers nested at arbitrary levels.
>
>
> Diffs
> -----
>
> src/slave/http.cpp 24fc23b229c624835a24cdda9587c99c6ac9c3bb
> src/slave/slave.cpp 11e8833fd5998abb71a7bb08e5dec451d894aba9
> src/tests/api_tests.cpp ea62226fbc5dd0bcc5ea60d1bbcd3748f9367467
>
> Diff: https://reviews.apache.org/r/55464/diff/
>
>
> Testing
> -------
>
> `make check` in Linux.
>
> I have a proof of concept that makes the `DefaultExecutor` leverage this
> change to perform CMD health checks.
>
>
> Thanks,
>
> Gastón Kleiman
>
>