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

ASF subversion and git services commented on DISPATCH-2319:
-----------------------------------------------------------

Commit 6d03790f6a47032bff4f751d57b2035349056b7c in qpid-dispatch's branch 
refs/heads/main from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=6d03790 ]

DISPATCH-2319: Modified test to verify closed receiver before sending second 
batch of presettled messages


> system_tests_one_router.test_43_dropped_presettled_receiver_stops fails
> -----------------------------------------------------------------------
>
>                 Key: DISPATCH-2319
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2319
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Ganesh Murthy
>            Assignee: Ganesh Murthy
>            Priority: Major
>
> {noformat}
> 21: ___________ OneRouterTest.test_43_dropped_presettled_receiver_stops 
> ____________
> 21: 
> 21: self = <system_tests_one_router.OneRouterTest 
> testMethod=test_43_dropped_presettled_receiver_stops>
> 21: 
> 21:     def test_43_dropped_presettled_receiver_stops(self):
> 21:         local_node = Node.connect(self.address, timeout=TIMEOUT)
> 21:         res = local_node.query('org.apache.qpid.dispatch.router')
> 21:         deliveries_ingress = 
> res.attribute_names.index('deliveriesIngress')
> 21:         presettled_dropped_count = 
> res.attribute_names.index('droppedPresettledDeliveries')
> 21:         ingress_delivery_count = res.results[0][deliveries_ingress]
> 21:         test = DroppedPresettledTest(self.address, 200, 
> ingress_delivery_count, presettled_dropped_count)
> 21:         test.run()
> 21: >       self.assertIsNone(test.error)
> 21: E       AssertionError: 'Messages sent to the router is 200, Messages 
> processed by the router is 107' is not None
> 21: 
> 21: 
> /home/runner/work/qpid-dispatch/qpid-dispatch/qpid-dispatch/tests/system_tests_one_router.py:666:
>  AssertionError
> 21: - generated xml file: 
> /__w/qpid-dispatch/qpid-dispatch/qpid-dispatch/build/tests/junitxmls/system_tests_one_router.xml
>  -
> 21: =========================== short test summary info 
> ============================
> 21: FAILED ::OneRouterTest::test_43_dropped_presettled_receiver_stops - 
> Assertion...
> 21: =================== 1 failed, 55 passed in 77.73s (0:01:17) 
> ====================
> 10/38 Test #21: system_tests_one_router .................***Failed   78.00 
> sec {noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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

Reply via email to