[IPython-dev] [Ipython-build] Automatic IPython build reports Build failed in Jenkins: ipython-mac #107

Min RK benjaminrk at gmail.com
Wed May 16 11:54:07 EDT 2012



On May 16, 2012, at 2:33 AM, Thomas Kluyver <takowl at gmail.com> wrote:

> On 16 May 2012 10:00, Matthias BUSSONNIER <bussonniermatthias at gmail.com> wrote:
>> It works when i'm running everything myself in the venv, so it might be a problem with the cron…
>> the other issues I have is that wen iptest is run by the cron I've a python process that never ends :
>> /.../venv/jenkins/bin/python -c from IPython import embed_kernel^Jdef go():^J    a=5^J    b="hi there"^J    embed_kernel()^Jgo()^J
> 
> It looks like that's a test in zmq/tests/test_embed_kernel.py - it
> starts a process to embed the kernel in, but never terminates it. It
> looks like it should be as simple as adding km.shutdown_kernel() to
> the context manager.

I merged PR 1727 yesterday, which does exactly that.

> 
>> As for the time, it is ok, and you can choose almost at anytime, the venv is totally cleaned and reinstall every day at 2,
>> and a test of last IPython every 4 hours without reinstalling the all venv.
>> 
>> I'll try to investigate, but i'll be away for a few days.
> 
> Thanks. I'll leave it at 9 am for now, then.
> 
> Thomas
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev



More information about the IPython-dev mailing list