[test-results] [Bamboo] Asterisk Testing > Asterisk Trunk > #1287 has FAILED (3 tests failed, no failures were new). Change made by dlee.

Bamboo bamboo at asterisk.org
Fri May 17 19:33:24 CDT 2013


-----------------------------------------------------------------------
Asterisk Testing > Asterisk Trunk > #1287 failed.
-----------------------------------------------------------------------
Code has been updated by dlee.
1/2 jobs failed, with 3 failing tests, no failures were new.

http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-1287/


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 32-Bit (CentOS 6): 3 of 546 tests failed.



--------------
Code Changes
--------------
dlee (389011):

>Fix shutdown assertions in stasis-core
>
>In r388005, macros were introduced to consistently define message
>types. This added an assert if a message type was used either before
>it was initialized or after it had been cleaned up. It turns out that
>this assertion fires during shutdown.
>
>This actually exposed a hidden shutdown ordering problem. Since
>unsubscribing is asynchronous, it's possible that the message types
>used by the subscription could be freed before the final message of
>the subscription was processed.
>
>This patch adds stasis_subscription_join(), which blocks until the
>last message has been processed by the subscription. Since joining was
>most commonly done right after an unsubscribe, a
>stasis_unsubscribe_and_join() convenience function was also added.
>
>Similar functions were also added to the stasis_caching_topic and
>stasis_message_router, since they wrap subscriptions and have similar
>problems.
>
>Other code in trunk was refactored to join() where appropriate, or at
>least verify that the subscription was complete before being
>destroyed.
>
>Review: https://reviewboard.asterisk.org/r/2540
>



--------------
Tests
--------------
Existing Test Failures (3)
   - AsteriskTestSuite: S/channels/ s i p/sip tls call
   - AsteriskTestSuite: S/bridge/transfer failure
   - AsteriskTestSuite: S/apps/confbridge/confbridge marked

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


More information about the Test-results mailing list