-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55445/#review161392
-----------------------------------------------------------
Bad patch!
Reviews applied: [55445, 54898, 54649]
Failed command: python support/apply-reviews.py -n -r 54649
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: '54649.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: '54649.patch'
Full log: https://builds.apache.org/job/Mesos-Reviewbot/16697/console
- Mesos ReviewBot
On Jan. 12, 2017, 3 p.m., Jay Guo wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/55445/
> -----------------------------------------------------------
>
> (Updated Jan. 12, 2017, 3 p.m.)
>
>
> Review request for mesos, Benjamin Mahler and Guangya Liu.
>
>
> Repository: mesos
>
>
> Description
> -------
>
> In currently implementation, update of role during framework failover
> is ignored. This behavior should be reflected in test.
>
>
> Diffs
> -----
>
> src/tests/fault_tolerance_tests.cpp b13a7e2527189931b733fb4f188b1463fe1f919a
>
> Diff: https://reviews.apache.org/r/55445/diff/
>
>
> Testing
> -------
>
> ./bin/mesos-tests.sh --gtest_filter="FaultToleranceTest.UpdateFrameworkInfoOnMasterFailover"
>
> [==========] Running 1 test from 1 test case.
> [----------] Global test environment set-up.
> [----------] 1 test from FaultToleranceTest
> [ RUN ] FaultToleranceTest.UpdateFrameworkInfoOnMasterFailover
> I0112 17:53:37.702317 24365 exec.cpp:162] Version: 1.2.0
> I0112 17:53:37.717793 24382 exec.cpp:237] Executor registered on agent 881c93d0-c386-4fbe-830b-de59db55e5d6-S0
> Received SUBSCRIBED event
> Subscribed executor on localhost
> Received LAUNCH event
> Starting task 533c7363-21a8-4285-b3f0-85593cec5cf8
> /home/ubuntu/workspace/mesos-compilation/build/src/mesos-containerizer launch --help="false"
--launch_info="{"command":{"shell":true,"value":"sleep 60"}}" --unshare_namespace_mnt="false"
> Forked command at 24384
> I0112 17:53:37.788075 24361 exec.cpp:410] Executor asked to shutdown
> Received SHUTDOWN event
> Shutting down
> Sending SIGTERM to process tree at pid 24384
> [ OK ] FaultToleranceTest.UpdateFrameworkInfoOnMasterFailover (455 ms)
> [----------] 1 test from FaultToleranceTest (456 ms total)
>
> [----------] Global test environment tear-down
> [==========] 1 test from 1 test case ran. (478 ms total)
> [ PASSED ] 1 test.
>
>
> Thanks,
>
> Jay Guo
>
>
|