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

ASF GitHub Bot commented on DISPATCH-2028:
------------------------------------------

ChugR commented on a change in pull request #1208:
URL: https://github.com/apache/qpid-dispatch/pull/1208#discussion_r630462750



##########
File path: tests/system_tests_edge_router.py
##########
@@ -2533,19 +2533,22 @@ def __init__(self, receiver1_host, receiver2_host, 
receiver3_host,
             self.check_addr_host = self.sender_host
 
         if self.large_msg:
-            self.body = "0123456789101112131415" * 10000
-            self.properties = {'big field': 'X' * 32000}
+            self.body = "0123456789101112131415" * 5000
+            self.properties = {'big field': 'X' * 3200}
+
+    def on_released(self, event):
+        self.n_released += 1

Review comment:
       Remember that both released and modified outcomes arrive in the 
on_released event. On_modified is unlikely to be signaled in this test 
arrangement and can be ignored here.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


> Edge router system test is failing on RHEL8
> -------------------------------------------
>
>                 Key: DISPATCH-2028
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2028
>             Project: Qpid Dispatch
>          Issue Type: Test
>    Affects Versions: 1.14.0, 1.16.0
>            Reporter: Fernando Giorgetti
>            Assignee: Ganesh Murthy
>            Priority: Major
>              Labels: timeout
>             Fix For: 1.17.0
>
>         Attachments: system_tests_edge_router.rhel8.log
>
>
> Two edge router system tests are failing on RHEL8:
> test_61_anon_sender_multicast_mobile_address_edge_to_interior
> test_66_anon_sender_drop_rx_client_multicast_large_message
>  
> Output for this particular ST is attached.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to