Disable test grouping in stestr
False test failures have been observed with the current group_regex setting for tests that access CONF options. However, no flaky test behavior occurs when running tests using python3 -m unittest without stestr or when running tests without parallelization. Disabling group_regex resolves the parallelization issue. Change-Id: I69b9f94f1066ca10c808606341031def435fe79c
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
[DEFAULT]
|
||||
test_path=${OS_TEST_PATH:-./freezer/tests/unit}
|
||||
top_dir=./
|
||||
group_regex=([^\.]+\.)+
|
||||
|
||||
Reference in New Issue
Block a user