[Home]

Summary:ASTERISK-19409: TestSuite: twisted reactor incompatible with python subprocess module
Reporter:Matt Jordan (mjordan)Labels:TestSuite
Date Opened:2012-02-20 14:41:52.000-0600Date Closed:2012-03-23 08:48:09
Priority:MajorRegression?
Status:Closed/CompleteComponents:Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Josh discovered that the python subprocess module is incompatible with the twisted reactor.  While it may work, it can also cause usage of the reactor to fail in interesting ways.

All TestSuite libraries that can be used with reactor will need to be converted to use the reactor.spawnProcess mechanism for spawning processes.
Comments: