[openstack-dev] Unit tests error not reflecting in Jenkins report (for Nova)

Joe Gordon jogo at cloudscaling.com
Thu Oct 11 18:10:57 UTC 2012


git bisect points to this as the offending commit:

commit 5b4b7e4083b85bd9c10792cf0adb11dc07e92333

Author: David Ripton <dripton at redhat.com>

Date:   Tue Oct 9 16:51:24 2012 -0400


    Tell SQLite to enforce foreign keys.



    Fixes bug 1021023.



    This requires SQLite version 3.6.19 or greater.  Older versions of

    SQLite have no support for enforcing foreign keys.  However, SQLite

    ignores unknown PRAGMA commands rather than treating them as errors,

    so this change should be harmless with old versions of SQLite.



    SQLAlchemy events require SQLAlchemy 0.7 or greater.  But other code

    in this module already uses events, so this change should impose no

    new SQLAlchemy version requirements.



    Change-Id: Ic3eeeddbe012af65fe18c884674699cf16725d8d


:100644 100644 6c349e0... a1257e1... M  nova/db/sqlalchemy/session.py




looks like we need a newer version of SQLite

best,
Joe

On Thu, Oct 11, 2012 at 8:16 AM, Kevin L. Mitchell <
kevin.mitchell at rackspace.com> wrote:

> On Thu, 2012-10-11 at 14:05 +0000, Gurjar, Unmesh wrote:
> > I happened to check the unit test results for Nova for a few reviews
> > today, and it seems that there is a failure in running unit tests.
> > However, it is not appearing in the Jenkins summary on the review.
>
> Hrm.  It appears that the test runner found no tests at all, looking at
> the console log; since it found no tests, it ran none, and none failed,
> causing it to claim success.
>
> --
> Kevin L. Mitchell <kevin.mitchell at rackspace.com>
>
>
> _______________________________________________
> OpenStack-dev mailing list
> OpenStack-dev at lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20121011/09092bbc/attachment.html>


More information about the OpenStack-dev mailing list