----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3258/ -----------------------------------------------------------
Review request for Asterisk Developers. Repository: testsuite Description ------- While running the testsuite I noticed it would occasionally fail to start, complaining of being unable to kill sipp (code introduced svn r4677 and https://reviewboard.asterisk.org/r/3198/). I tracked this back to an instance of sipp that was used to check the version number, and revised the method used to read the stdout per python manual "Warning Use communicate() rather than .stdin.write, .stdout.read or .stderr.read to avoid deadlocks due to any of the other OS pipe buffers filling up and blocking the child process.". The version check process was then cleanly terminated before checking for sipp instances leftover from a previous test run via pidof sipp. NOTE: other instances where popen.stdout is used may exist in the testsuite that could be causing similar random issues. Diffs ----- /asterisk/trunk/lib/python/asterisk/sippversion.py 4735 Diff: https://reviewboard.asterisk.org/r/3258/diff/ Testing ------- Thanks, Scott Griepentrog
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-dev mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
