Skip to content

Commit 28e554c

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "[FT] Run all .*MySQL tests in an isolated thread" into stable/yoga
2 parents 509ae3a + abbb74d commit 28e554c

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)