Comment 43 for bug 1489059

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

Reviewed: https://review.openstack.org/252771
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=40031c5290dedf5ceaaf4f7b11a0ab4ed2f7735e
Submitter: Jenkins
Branch: master

commit 40031c5290dedf5ceaaf4f7b11a0ab4ed2f7735e
Author: Reedip Banerjee <email address hidden>
Date: Thu Dec 3 12:03:55 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.

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

    TrivialFix

    Change-Id: Ie395ff323f52f81ad4f7a6ab78c85c71873fbe87
    Closes-bug: #1489059