git bisect points to this as the offending commit:<div><br></div><div><p style="margin:0px;font-size:12px;font-family:Helvetica">commit 5b4b7e4083b85bd9c10792cf0adb11dc07e92333</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica">Author: David Ripton <<a href="mailto:dripton@redhat.com">dripton@redhat.com</a>></p>
<p style="margin:0px;font-size:12px;font-family:Helvetica">Date: Tue Oct 9 16:51:24 2012 -0400</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica;min-height:14px"><br></p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> Tell SQLite to enforce foreign keys.</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica;min-height:14px"> </p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> Fixes bug 1021023.</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica;min-height:14px"> </p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> This requires SQLite version 3.6.19 or greater. Older versions of</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> SQLite have no support for enforcing foreign keys. However, SQLite</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> ignores unknown PRAGMA commands rather than treating them as errors,</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> so this change should be harmless with old versions of SQLite.</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica;min-height:14px"> </p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> SQLAlchemy events require SQLAlchemy 0.7 or greater. But other code</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> in this module already uses events, so this change should impose no</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> new SQLAlchemy version requirements.</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica;min-height:14px"> </p>
<p style="margin:0px;font-size:12px;font-family:Helvetica"> Change-Id: Ic3eeeddbe012af65fe18c884674699cf16725d8d</p>
<p style="margin:0px;font-size:12px;font-family:Helvetica;min-height:14px"><br></p>
<p style="margin:0px;font-size:12px;font-family:Helvetica">:100644 100644 6c349e0... a1257e1... M nova/db/sqlalchemy/session.py</p><p style="margin:0px;font-size:12px;font-family:Helvetica"><br></p><p style="margin:0px;font-size:12px;font-family:Helvetica">
<br></p><p style="margin:0px;font-size:12px;font-family:Helvetica"><br></p><p style="margin:0px;font-size:12px;font-family:Helvetica">looks like we need a newer version of SQLite</p><div><br></div><div>best,</div><div>Joe</div>
<br><div class="gmail_quote">On Thu, Oct 11, 2012 at 8:16 AM, Kevin L. Mitchell <span dir="ltr"><<a href="mailto:kevin.mitchell@rackspace.com" target="_blank">kevin.mitchell@rackspace.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Thu, 2012-10-11 at 14:05 +0000, Gurjar, Unmesh wrote:<br>
> I happened to check the unit test results for Nova for a few reviews<br>
> today, and it seems that there is a failure in running unit tests.<br>
> However, it is not appearing in the Jenkins summary on the review.<br>
<br>
</div>Hrm. It appears that the test runner found no tests at all, looking at<br>
the console log; since it found no tests, it ran none, and none failed,<br>
causing it to claim success.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Kevin L. Mitchell <<a href="mailto:kevin.mitchell@rackspace.com">kevin.mitchell@rackspace.com</a>><br>
<br>
<br>
_______________________________________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org">OpenStack-dev@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev</a><br>
</font></span></blockquote></div><br></div>