[asterisk-bugs] [JIRA] (ASTERISK-24214) testsuite: Fix the dial_LS_options test
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Tue Aug 12 09:42:37 CDT 2014
Matt Jordan created ASTERISK-24214:
--------------------------------------
Summary: testsuite: Fix the dial_LS_options test
Key: ASTERISK-24214
URL: https://issues.asterisk.org/jira/browse/ASTERISK-24214
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Tests/testsuite
Affects Versions: 11.11.0
Reporter: Matt Jordan
The {{dial_LS_options}} test fails consistently on Asterisk 11 only:
{code}
Running ['./lib/python/asterisk/test_runner.py', 'tests/bridge/dial_LS_options'] ...
[Aug 10 05:50:11] ERROR[11151]: Tester:94 check_duration: Call duration was 11.755710 but we expected 10.000000 (+/- 0.5 sec)
[Aug 10 05:50:41] WARNING[11151]: test_case:444 _reactor_timeout: Reactor timeout: '30' seconds
[Aug 10 05:50:41] ERROR[11151]: test_case:559 evaluate_results: Fail token present: BridgeTestCase hasn't raised the flag to indicate completion of all expected calls.
{code}
The duration is always far longer than it should be. This is due to the bridge layer constantly bouncing between a direct media native bridge and a core bridge. The logs are full of re-INVITEs back and forth between the 'phone' Asterisk instances and the instance managing the bridge.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list