[asterisk-bugs] [JIRA] Created: (ASTERISK-20324) Sporadic timing dependent test failures in one-step-parking due to not waiting for Asterisk to be fully booted
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Mon Aug 27 08:22:08 CDT 2012
Sporadic timing dependent test failures in one-step-parking due to not waiting for Asterisk to be fully booted
--------------------------------------------------------------------------------------------------------------
Key: ASTERISK-20324
URL: https://issues.asterisk.org/jira/browse/ASTERISK-20324
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Tests/testsuite
Reporter: Matt Jordan
The one-step-parking test occasionally fails due to not waiting for Asterisk to be fully booted. Messages logs from ast1/ast2 indicate this:
ast1:
{noformat}
[Aug 23 05:27:26] VERBOSE[29309][C-00000000] chan_iax2.c: -- Call accepted by 127.0.0.1 (format alaw)
[Aug 23 05:27:26] VERBOSE[29309][C-00000000] chan_iax2.c: -- Format for call is (alaw)
[Aug 23 05:27:26] VERBOSE[29352][C-00000000] chan_iax2.c: -- Hungup 'IAX2/127.0.0.1:4571-1886'
{noformat}
ast2:
{noformat}
[Aug 23 05:27:26] VERBOSE[29322] chan_iax2.c: -- Accepting UNAUTHENTICATED call from 127.0.0.1:
> requested format = ulaw,
> requested prefs = (ulaw|alaw),
> actual format = alaw,
> host prefs = (alaw|ulaw),
> priority = mine
[Aug 23 05:27:26] NOTICE[29322] chan_iax2.c: iax_pvt_callid_new created and set [C-00000000]
[Aug 23 05:27:26] WARNING[29323][C-00000000] pbx.c: PBX requires Asterisk to be fully booted
[Aug 23 05:27:26] WARNING[29323][C-00000000] chan_iax2.c: Unable to start PBX on IAX2/userA-1772
[Aug 23 05:27:26] VERBOSE[29323][C-00000000] chan_iax2.c: -- Hungup 'IAX2/userA-1772'
{noformat}
This test needs to be migrated to use the existing test infrastructure.
http://bamboo.asterisk.org/browse/TESTING-ASTERISKTRUNK-AST18CENTOS64-606/
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list