You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2021/05/11 19:28:38 UTC

[GitHub] [qpid-dispatch] ChugR commented on a change in pull request #1208: DISPATCH-2028: Lessen the number and size of messages. Also set hello…

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:
users@infra.apache.org



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