Comment 11 for bug 1288916

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Related fix merged to oslo-incubator (master)

Reviewed: https://review.openstack.org/74963
Committed: https://git.openstack.org/cgit/openstack/oslo-incubator/commit/?id=54f7e7f9b26b46a7ef9ef0de50187c06d6a424be
Submitter: Jenkins
Branch: master

commit 54f7e7f9b26b46a7ef9ef0de50187c06d6a424be
Author: Roman Podoliaka <email address hidden>
Date: Wed Feb 19 15:38:23 2014 +0200

    Prevent races in opportunistic db test cases

    Previously opportunistic db test cases used to share openstack_citest
    database among all test cases, which could be run concurrently in
    different test running processes.

    With recent changes made to our CI, we now can create and drop
    database schemas on demand in tests. Providing each opportunistic db
    test case with its own DB will effectively prevent possible races.

    Related-Bug: #1288916

    Change-Id: I7f6e272eaeb776b6a645ba502853892e79312afd