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

Bamboo bamboo at asterisk.org
Wed May 8 10:22:51 CDT 2013


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

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


--------------
Failing Jobs
--------------
  - Asterisk CentOS 6 32-Bit (CentOS 6): 7 of 545 tests failed.



--------------
Code Changes
--------------
dlee (387932):

>Initial support for endpoints.
>
>An endpoint is an external device/system that may offer/accept
>channels to/from Asterisk. While this is a very useful concept for end
>users, it is surprisingly not a core concept within Asterisk itself.
>
>This patch defines ast_endpoint as a separate object, which channel
>drivers may use to expose their concept of an endpoint. As the channel
>driver creates channels, it can use ast_endpoint_add_channel() to
>associate channels to the endpoint. This updated the endpoint
>appropriately, and forwards all of the channel's events to the
>endpoint's topic.
>
>In order to avoid excessive locking on the endpoint object itself, the
>mutable state is not accessible via getters. Instead, you can create a
>snapshot using ast_endpoint_snapshot_create() to get a consistent
>snapshot of the internal state.
>
>This patch also includes a set of topics and messages associated with
>endpoints, and implementations of the endpoint-related RESTful
>API. chan_sip was updated to create endpoints with SIP peers, but the
>state of the endpoints is not updated with the state of the peer.
>
>Along for the ride in this patch is a Stasis test API. This is a
>stasis_message_sink object, which can be subscribed to a Stasis
>topic. It has functions for blocking while waiting for conditions in
>the message sink to be fulfilled.
>
>(closes issue ASTERISK-21421)
>Review: https://reviewboard.asterisk.org/r/2492/
>
>



--------------
Tests
--------------
New Test Failures (2)
   - AsteriskTestSuite: S/channels/ s i p/sip custom presence/multiple state change
   - AsteriskTestSuite: S/channels/ s i p/sip custom presence/nominal state change
Existing Test Failures (5)
   - AsteriskTestSuite: S/apps/directory attendant exit
   - AsteriskTestSuite: S/channels/ s i p/sip tls call
   - AsteriskTestSuite: S/bridge/transfer failure
   - AsteriskTestSuite: S/apps/directory operator exit
   - 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/20130508/83d999c8/attachment-0001.htm>


More information about the Test-results mailing list