<br><br><div class="gmail_quote">On Sun, Apr 15, 2012 at 00:20, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com">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>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> </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">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><br>