You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ganesh Murthy (Jira)" <ji...@apache.org> on 2021/05/12 14:27:00 UTC

[jira] [Commented] (DISPATCH-2117) Assertion failure outs.count("edge-downlink") != 4 in system_tests_edge_router

    [ https://issues.apache.org/jira/browse/DISPATCH-2117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17343281#comment-17343281 ] 

Ganesh Murthy commented on DISPATCH-2117:
-----------------------------------------

This failure has happened due to a previous test failure as seen in https://travis-ci.com/github/apache/qpid-dispatch/jobs/504726978#L5827 -
{noformat}
: ======================================================================
55: FAIL: test_68_edge_qdstat_all_routers (system_tests_edge_router.RouterTest)
55: ----------------------------------------------------------------------
55: Traceback (most recent call last):
55:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_edge_router.py", line 1315, in test_68_edge_qdstat_all_routers
55:     self.assertIn("INT.A", outs)
55: AssertionError: 'INT.A' not found in '2021-05-11 20:09:03.571172 UTC\nEA1\n\nConnections\n  id   host             container                             role    proto  dir  security     authentication  tenant  last dlv      uptime\n  =================================================================================================================================================\n  131  127.0.0.1:34314  766c0f4d-9540-4e9d-a562-557031ad46fc  normal  amqp   in   no-security  no-auth                 000:00:00:00  000:00:00:00\n' {noformat}
 

The connection between the Edge Router EA1 and interior router INT.A seems to have dropped. That is very bizzare. The edge and the interior routers don't exchange HELLOs between. The connection could have terminated due to lack of heartbeat.

 

> Assertion failure outs.count("edge-downlink") != 4 in system_tests_edge_router
> ------------------------------------------------------------------------------
>
>                 Key: DISPATCH-2117
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2117
>             Project: Qpid Dispatch
>          Issue Type: Test
>    Affects Versions: 1.17.0
>            Reporter: Jiri Daněk
>            Priority: Major
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/504726978#L5835
> {noformat}
> 55: ======================================================================
> 55: FAIL: test_69_interior_qdstat_all_routers (system_tests_edge_router.RouterTest)
> 55: ----------------------------------------------------------------------
> 55: Traceback (most recent call last):
> 55:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_edge_router.py", line 1373, in test_69_interior_qdstat_all_routers
> 55:     self.assertEqual(outs.count("edge-downlink"), 4)
> 55: AssertionError: 3 != 4
> 55: 
> 55: ----------------------------------------------------------------------
> 55: Ran 89 tests in 401.397s
> 55: 
> 55: FAILED (failures=2)
> 55/72 Test #55: system_tests_edge_router ..........................***Failed  401.56 sec
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org