[asterisk-commits] mjordan: testsuite/asterisk/trunk r2595 - /asterisk/trunk/tests/dynamic-modules/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Oct 13 11:58:37 CDT 2011
Author: mjordan
Date: Thu Oct 13 11:58:33 2011
New Revision: 2595
URL: http://svnview.digium.com/svn/testsuite?view=rev&rev=2595
Log:
Allowed do_refresh thread to be present at end of run; expected result
Modified:
asterisk/trunk/tests/dynamic-modules/test-config.yaml
Modified: asterisk/trunk/tests/dynamic-modules/test-config.yaml
URL: http://svnview.digium.com/svn/testsuite/asterisk/trunk/tests/dynamic-modules/test-config.yaml?view=diff&rev=2595&r1=2594&r2=2595
==============================================================================
--- asterisk/trunk/tests/dynamic-modules/test-config.yaml (original)
+++ asterisk/trunk/tests/dynamic-modules/test-config.yaml Thu Oct 13 11:58:33 2011
@@ -9,3 +9,11 @@
dependencies:
- python : 'twisted'
- python : 'starpy'
+ testconditions:
+ - name: 'threads'
+ # If the DNS manager is refreshed only once, it actually enables the DNS manager,
+ # creating this thread. This thread would only be disposed of if the manager was
+ # 'refreshed' again, toggling its activation. Hence, this thread should be present
+ # at the end of a test run in which the DNS manager is refreshed a single time.
+ ignoredThreads:
+ - 'do_refresh'
More information about the asterisk-commits
mailing list