[Home]

Summary:ASTERISK-22495: testsuite: ACL tests fail on Asterisk 11
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2013-09-10 08:22:29Date Closed:2013-10-21 10:17:24
Priority:MajorRegression?
Status:Closed/CompleteComponents:Tests/testsuite
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:These two tests are routinely failing on the Asterisk 11 testsuite test runs:

[https://bamboo.asterisk.org/bamboo/browse/AST-ATSF3-23]

{noformat}
Running ['tests/channels/iax2/acl_call/run-test'] ...
[Sep 10 05:22:25] ERROR[4572]: asterisk.asterisk:283 __wait_fully_booted_error: Asterisk core waitfullybooted for 127.0.0.1 failed
[Sep 10 05:22:25] ERROR[4572]: asterisk.TestCase:272 __check_success_failure: Command core waitfullybooted failed
[Sep 10 05:22:25] ERROR[4572]: asterisk.TestCase:419 ami_login_error: Error logging into AMI: An error occurred while connecting: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion: Connection lost.
].
[Sep 10 05:22:25] ERROR[4572]: asterisk.TestCase:420 ami_login_error: Traceback (most recent call last):
Failure: twisted.internet.error.ConnectError: An error occurred while connecting: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>: Connection to the other side was lost in a non-clean fashion: Connection lost.
].

[Sep 10 05:22:25] ERROR[4572]: __main__:139 report_timeout: Phase 0 - Test reached timeout without achieving evaluation conditions for this phase.
[Sep 10 05:22:25] ERROR[4572]: __main__:141 report_timeout: Phase 0 - Received the following manager events: []
[Sep 10 05:22:25] ERROR[4572]: __main__:144 report_timeout: Phase 0 - Two hangup events with cause-txt = 'Normal Clearing' were expected.
{noformat}
Comments:By: Kinsey Moore (kmoore) 2013-10-09 08:52:52.286-0500

The SIP and IAX2 ACL tests are failing because both chan_console and chan_alsa are trying to register a "Console" channel driver which causes chan_alsa to fail the load. I have no idea why this doesn't happen on other tests.