[asterisk-bugs] [JIRA] (ASTERISK-19567) Investigate module load / unload failures in dynamic_modules test in Asterisk Test Suite
Corey Farrell (JIRA)
noreply at issues.asterisk.org
Fri May 4 12:20:55 CDT 2018
[ https://issues.asterisk.org/jira/browse/ASTERISK-19567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Corey Farrell closed ASTERISK-19567.
------------------------------------
Resolution: Fixed
This test was removed by d173472ac64f8a0850aac8d62dd5600f8a3b0fea.
> Investigate module load / unload failures in dynamic_modules test in Asterisk Test Suite
> ----------------------------------------------------------------------------------------
>
> Key: ASTERISK-19567
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-19567
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Tests/testsuite
> Reporter: Matt Jordan
>
> 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>
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list