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]



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

Reply via email to