Comment 48 for bug 1489059

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

Reviewed: https://review.openstack.org/253994
Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=2acc1f491118570d713230cdd066ddd6956e2710
Submitter: Jenkins
Branch: master

commit 2acc1f491118570d713230cdd066ddd6956e2710
Author: Kenji Yasui <email address hidden>
Date: Mon Dec 7 04:00:22 2015 +0000

    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: I397fe9c6847f3e6d4640adbb2712f2197e72ae47
    Closes-bug: #1489059