Rate This Document
Findability
Accuracy
Completeness
Readability

System Suspended When Running the "Run tests sequebtially" Command

Symptom

When running Run tests sequebtially, the system is suspended at asyncio.

Key Process and Cause Analysis

Compile and install Python 3 (for example, Python 3.6.0) of the built-in test set. As a result, the system is suspended at asyncio.

Conclusion and Solution

  • Solution 1

    Remove the optimization parameters from the configure step so that the test set is not verified during compilation.

  • Solution 2

    Remove the asynicio test script from the Lib/test/ directory.