[Home]

Summary:ASTERISK-19567: Investigate module load / unload failures in dynamic_modules test in Asterisk Test Suite
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2012-03-20 09:43:22Date Closed:2018-05-04 12:20:13
Priority:MajorRegression?
Status:Closed/CompleteComponents:Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Hardcoded for some time in the dynamic modules test in the Asterisk Test Suite have been skips of several module load/unload failures.  As part of the migration to use the twisted reactor for process control management, these failures were uncovered.

These modules either need to be given a disposition that they do not support module load / unload operations and removed from the test, or the failures in the modules themselves need to be fixed.

Test failures below.

<?xml version="1.0" encoding="utf-8"?>
<testsuite errors="0" failures="1" name="AsteriskTestSuite" tests="1" time="2.17">
 <testcase name="tests/dynamic-modules" time="2.17">
   <failure>
     Running ['tests/dynamic-modules/run-test'] ...
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_calendar.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_curl.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_fax.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_odbc.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_adsi.so
[Mar 20 09:40:17] ERROR[30685]: __main__:124 check_failures: ERROR: Loading res_config_sqlite.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_config_sqlite.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_crypto.so
[Mar 20 09:40:17] ERROR[30685]: __main__:124 check_failures: ERROR: Loading res_smdi.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_smdi.so
[Mar 20 09:40:17] ERROR[30685]: __main__:124 check_failures: ERROR: Loading res_snmp.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_snmp.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_speech.so
[Mar 20 09:40:17] ERROR[30685]: __main__:124 check_failures: ERROR: Loading res_timing_dahdi.so
[Mar 20 09:40:17] ERROR[30685]: __main__:128 check_failures: ERROR: Unloading res_timing_dahdi.so

   </failure>
 </testcase>
</testsuite>
Comments:By: Corey Farrell (coreyfarrell) 2018-05-04 12:20:13.494-0500

This test was removed by d173472ac64f8a0850aac8d62dd5600f8a3b0fea.