This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new e69576d  DISPATCH-2112: Reset in_links and out_links on each 
iteration. This closes #1220
e69576d is described below

commit e69576d71494be3e46be14ea1018fe86b4bc599f
Author: Ganesh Murthy <[email protected]>
AuthorDate: Mon May 17 14:57:24 2021 -0400

    DISPATCH-2112: Reset in_links and out_links on each iteration. This closes 
#1220
---
 tests/system_tests_qdmanage.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/system_tests_qdmanage.py b/tests/system_tests_qdmanage.py
index 5bc7ac2..0450bf1 100644
--- a/tests/system_tests_qdmanage.py
+++ b/tests/system_tests_qdmanage.py
@@ -582,6 +582,8 @@ class QdmanageTest(TestCase):
                 self.logger.log("out_links=%s, in_links=%s" % (str(out_links), 
str(in_links)))
                 sleep(2)
                 outs = json.loads(self.run_qdmanage(query_command))
+                out_links = 0
+                in_links = 0
             else:
                 self.logger.log("Test success!")
                 success = True

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

Reply via email to