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 2019/05/10 13:49:00 UTC

[GitHub] [qpid-dispatch] ganeshmurthy commented on a change in pull request #503: DISPATCH-974 - Added code to qdstat and qdmanage clients to repeatedl…

ganeshmurthy commented on a change in pull request #503: DISPATCH-974 - Added code to qdstat and qdmanage clients to repeatedl…
URL: https://github.com/apache/qpid-dispatch/pull/503#discussion_r282891418
 
 

 ##########
 File path: tests/system_tests_qdmanage.py
 ##########
 @@ -515,5 +514,66 @@ def test_create_delete_address_pattern(self):
                 for p in config:
                     self.assertNotEqual(p[0], pattern)
 
+    def test_yy_query_many_links(self):
+        # This test will fail without the fix for DISPATCH-974
+        c = BlockingConnection(self.address())
+        count = 0
+        links = []
+        COUNT = 5000
+
+        print ("Creating 10,000 links, please wait")
 
 Review comment:
   Removed all prints, they are GONE!

----------------------------------------------------------------
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


With regards,
Apache Git Services

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