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 2019/09/09 15:47:00 UTC

[jira] [Updated] (DISPATCH-1413) system_tests_two_routers.py failing intermittently on Travis

     [ https://issues.apache.org/jira/browse/DISPATCH-1413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ganesh Murthy updated DISPATCH-1413:
------------------------------------
    Description: 
{noformat}
31: Test command: /usr/bin/python "/home/travis/build/apache/qpid-dispatch/build/tests/run.py" "unit2" "-v" "system_tests_two_routers"
31: Test timeout computed to be: 600
31: test_propagation_of_locally_undefined_address (system_tests_two_routers.PropagationTest) ... ok
31: test_create_connectors (system_tests_two_routers.TwoRouterConnection) ... ok
31: test_01_pre_settled (system_tests_two_routers.TwoRouterTest) ... ok
31: test_02a_multicast_unsettled (system_tests_two_routers.TwoRouterTest) ... ok
31: test_02c_sender_settles_first (system_tests_two_routers.TwoRouterTest) ... ok
31: test_03_message_annotations (system_tests_two_routers.TwoRouterTest) ... ok
31: test_03a_test_strip_message_annotations_both_add_ingress_trace (system_tests_two_routers.TwoRouterTest) ... ok
31: test_03a_test_strip_message_annotations_in (system_tests_two_routers.TwoRouterTest) ... ok
31: test_03a_test_strip_message_annotations_no (system_tests_two_routers.TwoRouterTest) ... ok
31: test_03a_test_strip_message_annotations_no_add_trace (system_tests_two_routers.TwoRouterTest) ... ok
31: test_03a_test_strip_message_annotations_out (system_tests_two_routers.TwoRouterTest) ... ok
31: test_04_management (system_tests_two_routers.TwoRouterTest) ... ok
31: test_06_semantics_closest_is_local (system_tests_two_routers.TwoRouterTest) ... ok
31: test_07_semantics_closest_is_remote (system_tests_two_routers.TwoRouterTest) ... ok
31: test_08_semantics_balanced (system_tests_two_routers.TwoRouterTest) ... ok
31: test_09_to_override (system_tests_two_routers.TwoRouterTest) ... ok
31: test_10_propagated_disposition (system_tests_two_routers.TwoRouterTest) ... FAIL
31: test_11_three_ack (system_tests_two_routers.TwoRouterTest) ... ok
31: test_12_excess_deliveries_released (system_tests_two_routers.TwoRouterTest) ... ok
31: test_15_attach_on_inter_router (system_tests_two_routers.TwoRouterTest) ... ok
31: test_17_address_wildcard (system_tests_two_routers.TwoRouterTest) ... ok
31: test_17_large_streaming_test (system_tests_two_routers.TwoRouterTest) ... ok
31: test_18_single_char_dest_test (system_tests_two_routers.TwoRouterTest) ... ok
31: test_19_delete_inter_router_connection (system_tests_two_routers.TwoRouterTest) ... ok
31: test_20_delete_connection (system_tests_two_routers.TwoRouterTest) ... ok
31: test_21_delete_connection_with_receiver (system_tests_two_routers.TwoRouterTest) ... ok
31: 
31: ======================================================================
31: FAIL: test_10_propagated_disposition (system_tests_two_routers.TwoRouterTest)
31: ----------------------------------------------------------------------
31: Traceback (most recent call last):
31:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_two_routers.py", line 199, in test_10_propagated_disposition
31:     test.run()
31:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_two_routers.py", line 1465, in run
31:     self.test.assertEqual(['accept', 'reject'], sorted(self.settled))
31: AssertionError: Lists differ: [u'accept', u'reject'] != [u'reject']
31: 
31: First differing element 0:
31: u'accept'
31: u'reject'
31: 
31: First list contains 1 additional elements.
31: First extra element 1:
31: u'reject'
31: 
31: - [u'accept', u'reject']
31: + [u'reject']
31: 
31: ----------------------------------------------------------------------
31: Ran 26 tests in 42.825s
31: 
31: FAILED (failures=1)
{noformat}


  was:
{noformat}
31: Test command: /usr/bin/python "/home/travis/build/apache/qpid-dispatch/build/tests/run.py" "unit2" "-v" "system_tests_two_routers"31: Test timeout computed to be: 60031: test_propagation_of_locally_undefined_address (system_tests_two_routers.PropagationTest) ... ok31: test_create_connectors (system_tests_two_routers.TwoRouterConnection) ... ok31: test_01_pre_settled (system_tests_two_routers.TwoRouterTest) ... ok31: test_02a_multicast_unsettled (system_tests_two_routers.TwoRouterTest) ... ok31: test_02c_sender_settles_first (system_tests_two_routers.TwoRouterTest) ... ok31: test_03_message_annotations (system_tests_two_routers.TwoRouterTest) ... ok31: test_03a_test_strip_message_annotations_both_add_ingress_trace (system_tests_two_routers.TwoRouterTest) ... ok31: test_03a_test_strip_message_annotations_in (system_tests_two_routers.TwoRouterTest) ... ok31: test_03a_test_strip_message_annotations_no (system_tests_two_routers.TwoRouterTest) ... ok31: test_03a_test_strip_message_annotations_no_add_trace (system_tests_two_routers.TwoRouterTest) ... ok31: test_03a_test_strip_message_annotations_out (system_tests_two_routers.TwoRouterTest) ... ok31: test_04_management (system_tests_two_routers.TwoRouterTest) ... ok31: test_06_semantics_closest_is_local (system_tests_two_routers.TwoRouterTest) ... ok31: test_07_semantics_closest_is_remote (system_tests_two_routers.TwoRouterTest) ... ok31: test_08_semantics_balanced (system_tests_two_routers.TwoRouterTest) ... ok31: test_09_to_override (system_tests_two_routers.TwoRouterTest) ... ok31: test_10_propagated_disposition (system_tests_two_routers.TwoRouterTest) ... FAIL31: test_11_three_ack (system_tests_two_routers.TwoRouterTest) ... ok31: test_12_excess_deliveries_released (system_tests_two_routers.TwoRouterTest) ... ok31: test_15_attach_on_inter_router (system_tests_two_routers.TwoRouterTest) ... ok31: test_17_address_wildcard (system_tests_two_routers.TwoRouterTest) ... ok31: test_17_large_streaming_test (system_tests_two_routers.TwoRouterTest) ... ok31: test_18_single_char_dest_test (system_tests_two_routers.TwoRouterTest) ... ok31: test_19_delete_inter_router_connection (system_tests_two_routers.TwoRouterTest) ... ok31: test_20_delete_connection (system_tests_two_routers.TwoRouterTest) ... ok31: test_21_delete_connection_with_receiver (system_tests_two_routers.TwoRouterTest) ... ok31: 31: ======================================================================31: FAIL: test_10_propagated_disposition (system_tests_two_routers.TwoRouterTest)31: ----------------------------------------------------------------------31: Traceback (most recent call last):31:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_two_routers.py", line 199, in test_10_propagated_disposition31:     test.run()31:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_two_routers.py", line 1465, in run31:     self.test.assertEqual(['accept', 'reject'], sorted(self.settled))31: AssertionError: Lists differ: [u'accept', u'reject'] != [u'reject']31: 31: First differing element 0:31: u'accept'31: u'reject'31: 31: First list contains 1 additional elements.31: First extra element 1:31: u'reject'31: 31: - [u'accept', u'reject']31: + [u'reject']31: 31: ----------------------------------------------------------------------31: Ran 26 tests in 42.825s31: 31: FAILED (failures=1) {noformat}


> system_tests_two_routers.py failing intermittently on Travis
> ------------------------------------------------------------
>
>                 Key: DISPATCH-1413
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1413
>             Project: Qpid Dispatch
>          Issue Type: Improvement
>          Components: Tests
>    Affects Versions: 1.8.0
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>             Fix For: 1.9.0
>
>
> {noformat}
> 31: Test command: /usr/bin/python "/home/travis/build/apache/qpid-dispatch/build/tests/run.py" "unit2" "-v" "system_tests_two_routers"
> 31: Test timeout computed to be: 600
> 31: test_propagation_of_locally_undefined_address (system_tests_two_routers.PropagationTest) ... ok
> 31: test_create_connectors (system_tests_two_routers.TwoRouterConnection) ... ok
> 31: test_01_pre_settled (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_02a_multicast_unsettled (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_02c_sender_settles_first (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_03_message_annotations (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_03a_test_strip_message_annotations_both_add_ingress_trace (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_03a_test_strip_message_annotations_in (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_03a_test_strip_message_annotations_no (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_03a_test_strip_message_annotations_no_add_trace (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_03a_test_strip_message_annotations_out (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_04_management (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_06_semantics_closest_is_local (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_07_semantics_closest_is_remote (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_08_semantics_balanced (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_09_to_override (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_10_propagated_disposition (system_tests_two_routers.TwoRouterTest) ... FAIL
> 31: test_11_three_ack (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_12_excess_deliveries_released (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_15_attach_on_inter_router (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_17_address_wildcard (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_17_large_streaming_test (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_18_single_char_dest_test (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_19_delete_inter_router_connection (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_20_delete_connection (system_tests_two_routers.TwoRouterTest) ... ok
> 31: test_21_delete_connection_with_receiver (system_tests_two_routers.TwoRouterTest) ... ok
> 31: 
> 31: ======================================================================
> 31: FAIL: test_10_propagated_disposition (system_tests_two_routers.TwoRouterTest)
> 31: ----------------------------------------------------------------------
> 31: Traceback (most recent call last):
> 31:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_two_routers.py", line 199, in test_10_propagated_disposition
> 31:     test.run()
> 31:   File "/home/travis/build/apache/qpid-dispatch/tests/system_tests_two_routers.py", line 1465, in run
> 31:     self.test.assertEqual(['accept', 'reject'], sorted(self.settled))
> 31: AssertionError: Lists differ: [u'accept', u'reject'] != [u'reject']
> 31: 
> 31: First differing element 0:
> 31: u'accept'
> 31: u'reject'
> 31: 
> 31: First list contains 1 additional elements.
> 31: First extra element 1:
> 31: u'reject'
> 31: 
> 31: - [u'accept', u'reject']
> 31: + [u'reject']
> 31: 
> 31: ----------------------------------------------------------------------
> 31: Ran 26 tests in 42.825s
> 31: 
> 31: FAILED (failures=1)
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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