[test-results] [Bamboo] Asterisk Testing > Asterisk 1.8 Branch > #408 has FAILED (1 tests failed). Change made by file.

Bamboo bamboo at asterisk.org
Thu Sep 27 19:37:50 CDT 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 1.8 Branch > #408 failed.
-----------------------------------------------------------------------
Code has been updated by file.
1/187 tests failed.

http://bamboo.asterisk.org/browse/TESTING-ASTERISK18BRANCH-408/


--------------
Failing Jobs
--------------
  - Asterisk 1.8 CentOS 6 64-Bit (CentOS 6): 1 of 187 tests failed.



--------------
Code Changes
--------------
file (373909):

>loader: Ensure dependent modules are properly initialized.
>
>If an Asterisk module specifies a dependency in ast_module_info.nonoptreq, it
>is possible for Asterisk to skip calling the modules's .load function.
>Asterisk was loading and linking the module via load_dynamic_module() but was
>not adding the module to the resource_heap. Therefore the module was not
>initialized based on it's priority along with the other modules in the heap.
>
>Now use load_resource() instead of load_dynamic_module() for non-optional
>requirement. This will add the module to the resource_heap so the module can
>be properly initialized in the correct order.
>
>This is required if there are any module global data structures initialized in
>the .load() callback for the module on platforms which do not support weak
>references.
>
>(issue ASTERISK-20439)
>Reported by: sruffell
>Patches:
>     0001-loader-Ensure-dependent-modules-are-properly-initial.patch uploaded by sruffell (license 5417)
>



--------------
Tests
--------------
New Test Failures (1)
   - AsteriskTestSuite: S/channels/ s i p/sip attended transfer tcp

--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20120927/17fef57e/attachment-0001.htm>


More information about the Test-results mailing list