From 7d5ee7089bbe8f0705d77fa2d5219c3e93f816eb Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Thu, 17 Mar 2022 02:46:41 +0000 Subject: [PATCH] [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 --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a7ac5f52fd2..15dbb9246b5 100644 --- a/tox.ini +++ b/tox.ini @@ -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}