[test-results] [Bamboo] Asterisk Testing > Asterisk 11 Branch > #177 was SUCCESSFUL (with 288 tests). Change made by Matthew Jordan.

Bamboo bamboo at asterisk.org
Mon Nov 5 06:17:04 CST 2012


-----------------------------------------------------------------------
Asterisk Testing > Asterisk 11 Branch > #177 was successful.
-----------------------------------------------------------------------
Code has been updated by Matthew Jordan.
288 tests in total.

http://bamboo.asterisk.org/browse/TESTING-AST11BRANCH-177/


--------------
Code Changes
--------------
Matthew Jordan (375802):

>Don't attempt to purge sessions when no sessions exist
>
>Manager's tcp/tls objects have a periodic function that purge old manager
>sessions periodically.  During shutdown, the underlying container holding
>those sessions can be disposed of and set to NULL before the tcp/tls periodic
>function is stopped.  If the periodic function fires, it will attempt to
>iterate over a NULL container.
>
>This patch checks for whether or not the sessions container exists before
>attempting to purge sessions out of it.  If the sessions container is NULL,
>we simply return.
>
>Note that this error was also caught by the Asterisk Test Suite.
>........
>
>Merged revisions 375800 from http://svn.asterisk.org/svn/asterisk/branches/1.8
>........
>
>Merged revisions 375801 from http://svn.asterisk.org/svn/asterisk/branches/10
>

Matthew Jordan (375798):

>Only deref a reserved gateway session if we actually reserved one
>
>Its perfectly acceptable to have a gateway session unreserved when we go to
>first allocate one.  Unreffing the reserved gateway session - when its NULL -
>will result in an assertion error.
>
>This problem was caught by the Asterisk Test Suite (once we had enough of the
>debugging flags enabled)
>........
>
>Merged revisions 375797 from http://svn.asterisk.org/svn/asterisk/branches/10
>



--------------
Tests
--------------
Fixed Tests (1)
   - AsteriskTestSuite: S/channels/ s i p/sip custom presence/nominal state change

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


More information about the Test-results mailing list