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

Ken Giusti updated DISPATCH-2024:
---------------------------------
    Fix Version/s: 1.17.0

> [libuv] system_tests_two_routers delivery state AssertionError: MODIFIED != 
> RELEASED
> ------------------------------------------------------------------------------------
>
>                 Key: DISPATCH-2024
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2024
>             Project: Qpid Dispatch
>          Issue Type: Test
>    Affects Versions: 1.16.0
>            Reporter: Jiri Daněk
>            Priority: Major
>             Fix For: 1.17.0
>
>
> This is using the libuv proactor on Linux
> https://github.com/jiridanek/qpid-dispatch/runs/2208416852#step:9:1035
> {noformat}
> 34: test_10a_propagated_disposition_data 
> (system_tests_two_routers.TwoRouterTest) ... FAIL
> 34: test_11_three_ack (system_tests_two_routers.TwoRouterTest) ... ok
> 34: test_12_excess_deliveries_released 
> (system_tests_two_routers.TwoRouterTest)
> 34: Message-route a series of deliveries where the receiver provides credit 
> for a subset and ... ok
> 34: test_15_attach_on_inter_router (system_tests_two_routers.TwoRouterTest) 
> ... ok
> 34: test_17_address_wildcard (system_tests_two_routers.TwoRouterTest) ... ok
> 34: test_17_large_streaming_test (system_tests_two_routers.TwoRouterTest) ... 
> ok
> 34: test_18_single_char_dest_test (system_tests_two_routers.TwoRouterTest) 
> ... ok
> 34: test_19_delete_inter_router_connection 
> (system_tests_two_routers.TwoRouterTest)
> 34: This test tries to delete an inter-router connection but is ... ok
> 34: test_20_delete_connection (system_tests_two_routers.TwoRouterTest)
> 34: This test creates a blocking connection and tries to delete that 
> connection. ... ok
> 34: test_21_delete_connection_with_receiver 
> (system_tests_two_routers.TwoRouterTest) ... ok
> 34: test_30_huge_address (system_tests_two_routers.TwoRouterTest) ... ok
> 34: 
> 34: Router QDR.B debug dump file:
> 34: >>>>
> 34: alloc.c: Items of type 'qd_iterator_t' remain allocated at shutdown: 28 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_timer_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_bitmask_t' remain allocated at shutdown: 3 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qdr_action_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_buffer_t' remain allocated at shutdown: 11 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_parsed_field_t' remain allocated at shutdown: 
> 11 (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_connector_t' remain allocated at shutdown: 1 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_message_t' remain allocated at shutdown: 5 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_message_content_t' remain allocated at 
> shutdown: 3 (SUPPRESSED)
> 34: alloc.c: Items of type 'qdr_delivery_t' remain allocated at shutdown: 5 
> (SUPPRESSED)
> 34: alloc.c: Items of type 'qd_link_ref_t' remain allocated at shutdown: 4 
> (SUPPRESSED)
> 34: 
> 34: <<<<
> 34: 
> 34: ======================================================================
> 34: FAIL: test_10a_propagated_disposition_data 
> (system_tests_two_routers.TwoRouterTest)
> 34: ----------------------------------------------------------------------
> 34: Traceback (most recent call last):
> 34:   File 
> "/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_two_routers.py",
>  line 211, in test_10a_propagated_disposition_data
> 34:     test.run()
> 34:   File 
> "/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_two_routers.py",
>  line 1640, in run
> 34:     Container(self).run()
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_reactor.py",
>  line 182, in run
> 34:     while self.process():
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_reactor.py",
>  line 240, in process
> 34:     event.dispatch(handler)
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
>  line 165, in dispatch
> 34:     self.dispatch(h, type)
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
>  line 165, in dispatch
> 34:     self.dispatch(h, type)
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
>  line 162, in dispatch
> 34:     _dispatch(handler, type.method, self)
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
>  line 123, in _dispatch
> 34:     m(*args)
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_handlers.py",
>  line 71, in on_delivery
> 34:     self.on_released(event)
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_handlers.py",
>  line 122, in on_released
> 34:     _dispatch(self.delegate, 'on_released', event)
> 34:   File 
> "/opt/hostedtoolcache/Python/3.7.10/x64/lib/python3.7/site-packages/proton/_events.py",
>  line 123, in _dispatch
> 34:     m(*args)
> 34:   File 
> "/home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_two_routers.py",
>  line 1617, in on_released
> 34:     self.test.assertEqual(Delivery.MODIFIED, event.delivery.remote_state)
> 34: AssertionError: MODIFIED != RELEASED
> 34: 
> 34: ----------------------------------------------------------------------
> 34: Ran 32 tests in 68.678s
> 34: 
> 34: FAILED (failures=1)
> 34: 
> 16/35 Test #34: system_tests_two_routers ..........................***Failed  
>  68.83 sec
> {noformat}



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

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

Reply via email to