jiridanek commented on a change in pull request #1255:
URL: https://github.com/apache/qpid-dispatch/pull/1255#discussion_r649236736
##########
File path: tests/system_tests_qdmanage.py
##########
@@ -542,17 +542,23 @@ def test_yy_query_many_links(self):
# Try fetching all 10,000 addresses
# This qdmanage query command would fail without the fix
# for DISPATCH-974
+ i = 0
query_command = 'QUERY --type=org.apache.qpid.dispatch.router.address'
- outs = json.loads(self.run_qdmanage(query_command))
-
- sender_addresses = 0
- receiver_addresses = 0
+ while i < 3:
Review comment:
`for _ in range(3):` would make this be two lines shorter ;)
--
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]