[Home]

Summary:ASTERISK-22995: tests/rest_api: unhappy bridge test bounces
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2013-12-15 18:04:38.000-0600Date Closed:2013-12-19 16:58:42.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_ari Tests/testsuite
Versions:12.0.0-beta2 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:See:

https://bamboo.asterisk.org/bamboo/browse/AST-ATSF-C632TE-105/test/case/1415684

Unfortunately, the test doesn't say why it failed... :-(

At first glance, it even appears as if it should have passed:

{noformat}
[Dec 15 15:42:51] INFO[16503]: ari:167 execute_test: All iterations executed; stopping
[Dec 15 15:42:51] INFO[16503]: TestCase:350 __stop_instances: Stopping Asterisk instance 1
[Dec 15 15:42:51] DEBUG[16503]: asterisk:341 __send_stop_gracefully: sending stop gracefully
[Dec 15 15:42:51] DEBUG[16503]: asterisk:604 cli_exec: Executing ['/usr/sbin/asterisk', '-C', '/tmp/asterisk-testsuite/5e6ea75458de299e4ec6c8b258268f4d/ast1/etc/asterisk/asterisk.conf', '-rx', 'core stop gracefully'] ...
[Dec 15 15:43:00] WARNING[16503]: TestCase:392 __reactor_timeout: Reactor timeout: '10' seconds
[Dec 15 15:43:01] WARNING[16503]: asterisk:364 __send_kill: Sending KILL to Asterisk 127.0.0.1
[Dec 15 15:43:01] INFO[16503]: TestCase:372 __stop_reactor: Stopping Reactor
[Dec 15 15:43:01] DEBUG[16503]: ari:293 onClose: WebSocket closed(False, 1006, connection was closed uncleanly (peer dropped the TCP connection without previous WebSocket closing handshake))
[Dec 15 15:43:01] DEBUG[16503]: ari:126 on_ws_closed: WebSocket connection closed...
[Dec 15 15:43:01] INFO[16503]: twisted:443 emit: connection to 127.0.0.1:8088 lost
[Dec 15 15:43:01] INFO[16503]: twisted:443 emit: Stopping factory <ari.AriClientFactory instance at 0x8bde02c>
[Dec 15 15:43:01] INFO[16503]: twisted:443 emit: Stopping factory <starpy.manager.AMIFactory instance at 0x8bde0ac>
[Dec 15 15:43:01] INFO[16503]: twisted:443 emit: Main loop terminated.
[Dec 15 15:43:01] INFO[16503]: TestRunner:322 main: Test run for tests/rest_api/bridges/unhappy completed with result False
{noformat}
Comments: