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 b919a63 DISPATCH-2033: Added print statement to see the output of qdstat. Unable to reproduce locally b919a63 is described below commit b919a638e75ce42b0561b70671127b4e51f95d28 Author: Ganesh Murthy <gmur...@apache.org> AuthorDate: Mon Apr 19 10:45:35 2021 -0400 DISPATCH-2033: Added print statement to see the output of qdstat. Unable to reproduce locally --- tests/system_tests_qdstat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system_tests_qdstat.py b/tests/system_tests_qdstat.py index e4879a6..e1d49d7 100644 --- a/tests/system_tests_qdstat.py +++ b/tests/system_tests_qdstat.py @@ -647,7 +647,7 @@ class QdstatLinkPriorityTest(system_test.TestCase): def _test_links_all_routers(self, command): out = self.run_qdstat(command) - + print("_test_links_all_routers out=", out) self.assertTrue(out.count('UTC') == 1) self.assertTrue(out.count('Router Links') == 2) self.assertTrue(out.count('inter-router') == 40) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org