-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Test Python
-
None
-
Storage Engines, Storage Engines - Foundations
-
SE Foundations - Q3+ Backlog
-
None
When running Python test suite in parallel, then the following RuntimeWarring happens:
.../python3.13/unittest/case.py:597: RuntimeWarning: TestResult has no addDuration method warnings.warn("TestResult has no addDuration method"
Example of the invocation (from the project root directory):
$ (cd build/test && python3 ../../test/suite/run.py -j $(nproc) --ignore-stdout layered)