ganeshmurthy commented on a change in pull request #1208:
URL: https://github.com/apache/qpid-dispatch/pull/1208#discussion_r630464327
##########
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:
Good point Chuck. In this case, it is ok to clump up modified and
released, so we are good 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]