Comment 69 for bug 1687027

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/neutron/+/786026
Committed: https://opendev.org/openstack/neutron/commit/14eba92cee75d1b69360570009abb2a9fec66504
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 14eba92cee75d1b69360570009abb2a9fec66504
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Fri Apr 9 07:29:58 2021 +0000

    Group execution of SQL functional tests

    Functional SQL tests (MySQL and PostgreSQL) use the DB installed
    backend. To avoid overloading the DB engine, the test cases are
    grouped [1] together and executed by the same worker process. That
    will ensure those tests are not executed in parallel, interfering
    each other.

    Classes that are grouped:
    - TestModelsMigrationsMysql
    - TestModelsMigrationsPsql

    [1]https://stestr.readthedocs.io/en/latest/MANUAL.html#group-regex

    Related-Bug: #1687027

    Change-Id: If04e360c01cdb16e956d16357e2181db55445137
    (cherry picked from commit 7326fd622f2c3cb36681136d79e39e4efdda5411)