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

Thomas Kluyver takowl at gmail.com
Wed May 16 05:33:32 EDT 2012


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.

> 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



More information about the IPython-dev mailing list