You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2020/07/21 21:57:24 UTC

[qpid-dispatch] branch master updated: DISPATCH-1494: Change title of qdstat memory tables

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8212d2c  DISPATCH-1494: Change title of qdstat memory tables
8212d2c is described below

commit 8212d2c45c59a01695f26cda71d8a8a049ae3a6b
Author: Chuck Rolke <ch...@apache.org>
AuthorDate: Tue Jul 21 17:55:33 2020 -0400

    DISPATCH-1494: Change title of qdstat memory tables
    
    This commit should have been included with commit 1eb47314
---
 tests/system_tests_edge_router.py | 6 +++---
 tests/system_tests_qdstat.py      | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tests/system_tests_edge_router.py b/tests/system_tests_edge_router.py
index 653e02d..212d3ef 100644
--- a/tests/system_tests_edge_router.py
+++ b/tests/system_tests_edge_router.py
@@ -1261,7 +1261,7 @@ class RouterTest(TestCase):
         self.assertTrue("Router Statistics" in outs)
         self.assertTrue("Router Id                        EA1" in outs)
 
-        self.assertTrue("Types" in outs)
+        self.assertTrue("Memory Pools" in outs)
 
         outs = self.run_qdstat(['-c', '--all-routers'],
                                address=self.routers[2].addresses[0])
@@ -1282,7 +1282,7 @@ class RouterTest(TestCase):
         self.assertTrue("Router Statistics" in outs)
         self.assertTrue("Router Id                        EA1" in outs)
 
-        self.assertTrue("Types" in outs)
+        self.assertTrue("Memory Pools" in outs)
 
     def test_69_interior_qdstat_all_routers(self):
         # Connects to an interior router and runs "qdstat --all-routers"
@@ -1308,7 +1308,7 @@ class RouterTest(TestCase):
         self.assertEqual(outs.count("Auto Links"), 2)
         self.assertEqual(outs.count("Link Routes"), 4)
         self.assertEqual(outs.count("Router Statistics"), 2)
-        self.assertEqual(outs.count("Types"), 2)
+        self.assertEqual(outs.count("Memory Pools"), 2)
 
         outs = self.run_qdstat(['--all-routers', '-nv'],
                                address=self.routers[0].addresses[0])
diff --git a/tests/system_tests_qdstat.py b/tests/system_tests_qdstat.py
index 2213837..1245f4b 100644
--- a/tests/system_tests_qdstat.py
+++ b/tests/system_tests_qdstat.py
@@ -654,7 +654,7 @@ class QdstatLinkPriorityTest(system_test.TestCase):
         self.assertTrue(out.count('AutoLinks') == 2)
         self.assertTrue(out.count('Link Routes') == 3)
         self.assertTrue(out.count('Router Statistics') == 1)
-        self.assertTrue(out.count('Types') == 1)
+        self.assertTrue(out.count('Memory Pools') == 1)
 
     def test_all_entities(self):
         self._test_all_entities(['--all-entities'])
@@ -672,7 +672,7 @@ class QdstatLinkPriorityTest(system_test.TestCase):
         self.assertTrue(out.count('AutoLinks') == 4)
         self.assertTrue(out.count('Link Routes') == 6)
         self.assertTrue(out.count('Router Statistics') == 2)
-        self.assertTrue(out.count('Types') == 2)
+        self.assertTrue(out.count('Memory Pools') == 2)
 
     def test_all_entities_all_routers(self):
         self._test_all_entities_all_routers(['--all-entities', '--all-routers'])


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