Skip to content

Commit abbb74d

Browse files
ralonsohkarelyatin
authored andcommitted
[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 (cherry picked from commit 7d5ee70)
1 parent 0f84be3 commit abbb74d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ deps =
6363
{[testenv:functional]deps}
6464
commands =
6565
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
66-
stestr run --group_regex=(.*MySQL\.|.*PostgreSQL\.) {posargs}
66+
stestr run --group-regex .*PostgreSQL\. --exclude-regex .*MySQL\. {posargs}
67+
stestr run --combine --concurrency 1 .*MySQL\. {posargs}
6768

6869
[testenv:dsvm-fullstack]
6970
setenv = {[testenv]setenv}

0 commit comments

Comments
 (0)