[FT] Run all .*MySQL tests in an isolated thread

This change in the "dsvm-functional" job definition will avoid the
parallel execution of any MySQL test.

Related-Bug: #1962594
Change-Id: I4fe6a6920b9b2711563e85b51f18a9d5a9086ceb
This commit is contained in:
Rodolfo Alonso Hernandez 2022-03-17 02:46:41 +00:00 committed by Rodolfo Alonso
parent dd55f1acd3
commit 7d5ee7089b
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ deps =
{[testenv:functional]deps}
commands =
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
stestr run --group_regex=(.*MySQL\.|.*PostgreSQL\.) {posargs}
stestr run --group-regex .*PostgreSQL\. --exclude-regex .*MySQL\. {posargs}
stestr run --combine --concurrency 1 .*MySQL\. {posargs}
[testenv:dsvm-fullstack]
setenv = {[testenv]setenv}