[asterisk-dev] [Code Review] 3496: testsuite: add valgrind support
    Scott Griepentrog 
    reviewboard at asterisk.org
       
    Tue Apr 29 13:27:31 CDT 2014
    
    
  
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/3496/
-----------------------------------------------------------
Review request for Asterisk Developers.
Repository: testsuite
Description
-------
This patch adds support for running Asterisk under Valgrind (said "Val-Grinned") to check for memory allocation and reference problems.
To use, add -V to ./runtests.py and get a cup of coffee.  Any errors will be displayed in a stack trace format.
Tests can also activate valgrind in the yaml configuration.
By default, only confirmed leaks will be shown - thoses where all copies of the pointer to the allocation have been released.  Additional leak checking can be enabled.
Diffs
-----
  /asterisk/trunk/tests/rest_api/tests.yaml 5006 
  /asterisk/trunk/runtests.py 5006 
  /asterisk/trunk/logger.conf 5006 
  /asterisk/trunk/lib/python/asterisk/valgrind.py PRE-CREATION 
  /asterisk/trunk/lib/python/asterisk/test_config.py 5006 
  /asterisk/trunk/lib/python/asterisk/test_case.py 5006 
  /asterisk/trunk/lib/python/asterisk/asterisk.py 5006 
  /asterisk/trunk/configs/valgrind.supp PRE-CREATION 
Diff: https://reviewboard.asterisk.org/r/3496/diff/
Testing
-------
Used to locate reference problems on Userevent issue, and incorporated several improvements over the prior attempt.
Thanks,
Scott Griepentrog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20140429/a2883da7/attachment.html>
    
    
More information about the asterisk-dev
mailing list