[test-results] [Bamboo] Asterisk - Team Branches > oolong-path-support-trunk > #11 has FAILED (1 tests failed, no failures were new). Change made by root.
Bamboo
bamboo at asterisk.org
Wed Feb 13 03:07:39 CST 2013
-----------------------------------------------------------------------
Asterisk - Team Branches > oolong-path-support-trunk > #11 failed.
-----------------------------------------------------------------------
Code has been updated by root.
1/2 jobs failed, with 1 failing test, no failures were new.
http://bamboo.asterisk.org/browse/ASTTEAM-OOLONGPATHSUPPORTTRUNK-11/
--------------
Failing Jobs
--------------
- Asterisk 1.8 CentOS 6 32-Bit (CentOS 6): 1 of 403 tests failed.
--------------
Code Changes
--------------
root (381338):
>Merged revisions 381326 via svnmerge from
>file:///srv/subversion/repos/asterisk/trunk
>
>........
> r381326 | dlee | 2013-02-12 15:45:59 -0600 (Tue, 12 Feb 2013) | 18 lines
>
> Add a serializer interface to the threadpool
>
> This patch adds the ability to create a serializer from a thread pool. A
> serializer is a ast_taskprocessor with the same contract as a default
> taskprocessor (tasks execute serially) except instead of executing out
> of a dedicated thread, execution occurs in a thread from a
> ast_threadpool. Think of it as a lightweight thread.
>
> While it guarantees that each task will complete before executing the
> next, there is no guarantee as to which thread from the pool individual
> tasks will execute. This normally only matters if your code relys on
> thread specific information, such as thread locals.
>
> This patch also fixes a bug in how the 'was_empty' parameter is computed
> for the push callback, and gets rid of the unused 'shutting_down' field.
>
> Review: https://reviewboard.asterisk.org/r/2323/
>........
>
--------------
Tests
--------------
Existing Test Failures (1)
- AsteriskTestSuite: S/channels/ s i p/path
--
This message is automatically generated by Atlassian Bamboo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/test-results/attachments/20130213/e2d27d53/attachment.htm>
More information about the Test-results
mailing list