[svn-commits] mjordan: testsuite/asterisk/trunk r5040 - in /asterisk/trunk/tests: channels/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu May 15 12:47:27 CDT 2014


Author: mjordan
Date: Thu May 15 12:47:23 2014
New Revision: 5040

URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=5040
Log:
Increase AMI writetimeout for chatty tests

A number of tests generate a substantial amount of AMI events. When AMI debugging
is cranked up (which it now is if a test produces a 'full' log), the 100 ms write
timeout can be triggered in Asterisk and the test will fail. This patch adds some
manager.users.conf.inc files that bump up the writetimeout for those tests.

Added:
    asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc   (with props)
    asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc   (with props)
    asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc   (with props)

Added: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc?view=auto&rev=5040
==============================================================================
--- asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc (added)
+++ asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc Thu May 15 12:47:23 2014
@@ -1,0 +1,1 @@
+writetimeout=1000

Propchange: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_channel/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc?view=auto&rev=5040
==============================================================================
--- asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc (added)
+++ asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc Thu May 15 12:47:23 2014
@@ -1,0 +1,1 @@
+writetimeout=1000

Propchange: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/trunk/tests/channels/pjsip/dialplan_functions/pjsip_endpoint/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc?view=auto&rev=5040
==============================================================================
--- asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc (added)
+++ asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc Thu May 15 12:47:23 2014
@@ -1,0 +1,1 @@
+writetimeout=2000

Propchange: asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Propchange: asterisk/trunk/tests/masquerade/configs/ast1/manager.users.conf.inc
------------------------------------------------------------------------------
    svn:mime-type = text/plain




More information about the svn-commits mailing list