----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/3258/ -----------------------------------------------------------
(Updated March 4, 2014, 2:47 p.m.) Status ------ This change has been marked as submitted. 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. Another option as suggested is to use popen.wait() to clean up the zombie. Patch updated to this method (simpler) and added similar fix to Asterisk version test. Diffs ----- /asterisk/trunk/lib/python/asterisk/version.py 4735 /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
