Comment 46 for bug 1489059

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron-vpnaas (master)

Reviewed: https://review.openstack.org/252785
Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=9543b1891cf85b2553cb5b1a1d5db007e29f714d
Submitter: Jenkins
Branch: master

commit 9543b1891cf85b2553cb5b1a1d5db007e29f714d
Author: Reedip Banerjee <email address hidden>
Date: Tue Dec 8 05:53:11 2015 +0530

    Fix db error when running python34 Unit tests

    If tests for py27 is executed before py34 tests, then
    there is a chance that py34 related tests may fail.
    The following patch fixes it by reordering the tests
    from py27 -> py34 to py34 -> py27.

    Ref: https://review.openstack.org/#/q/status:merged++topic:bug/1489059,n,z

    TrivialFix

    Change-Id: I721bd37ce9a796dcd92d44876e803294d06af5b6
    Closes-bug: #1489059