PR <a href="https://github.com/ipython/ipython/pull/1607">issued</a><br><br><div class="gmail_quote">On Sun, Apr 15, 2012 at 11:15, MinRK <span dir="ltr"><<a href="mailto:benjaminrk@gmail.com">benjaminrk@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br><br><div class="gmail_quote"><div><div class="h5">On Sun, Apr 15, 2012 at 10:51, MinRK <span dir="ltr"><<a href="mailto:benjaminrk@gmail.com" target="_blank">benjaminrk@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br><br><div class="gmail_quote"><div>On Sun, Apr 15, 2012 at 00:20, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com" target="_blank">fperez.net@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



Hey guys, esp. Min,<br>
<br>
I just noticed on a test run these messages from the parallel part of the suite:<br>
<br>
blanca[~]> iptest IPython.parallel<br>
.................................................................[Application]<br>
keys mismatch<br>
[Application] Table _ exists and doesn't match db format, trying __1<br>
.[Application] keys mismatch<br>
[Application] Table _ exists and doesn't match db format, trying __1<br>
.[Application] keys mismatch<br>
[Application] Table _ exists and doesn't match db format, trying __1<br>
.[Application] keys mismatch<br>
etc...<br>
<br>
They repeat for a while, though they don't cause any actual errors. I<br>
hadn't seen these before.  I haven't started bisecting it yet, though<br>
a look at the source shows it comes from here:<br>
<br>
blanca[IPython]> grin "match db format"<br>
./parallel/controller/sqlitedb.py:<br>
  235 :                 "Table %s exists and doesn't match db format,<br>
trying %s"%<br>
<br>
<br>
Min, do you have any idea why these are happening?  I don't really<br>
know that part of the code too much, so before digging in, I figured<br>
I'd ask you first.<br></blockquote><div><br></div></div><div>It's the added `received` column in the sqlitedb, which changes the DB format.  If you scrub the `iptest` profile, it should stop happening.  I will look into trying to make sure it's clean.</div>


</div></blockquote><div><br></div></div></div><div>Actually, it's not even in the profile dir, it's making a temporary db file (/tmp/tasks.db on Linux, probably), but doesn't clean it up.  I'll push with the fix shortly.</div>

<div class="im">
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Cheers,<br>
<br>
f<br>
_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org" target="_blank">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</blockquote></div></div><br>
</blockquote></div></div><br>
</blockquote></div><br>