Python tests produce `RuntimeWarning` when run in parallel

XMLWordPrintableJSON

    • 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)

            Assignee:
            [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            Alex Blekhman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: