1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

Add dbroots of other nodes to the read-only node

This commit is contained in:
Alexander Presnyakov
2025-04-18 02:07:15 +00:00
parent 1714befa64
commit 7255340ae5
4 changed files with 133 additions and 23 deletions

View File

@@ -203,10 +203,6 @@ class ClusterAddNodeTestCase(BaseClusterTestCase):
['pgrep', MCSProgs.CONTROLLER_NODE.value])
self.assertIsNotNone(controllernode)
# Check that WriteEngineServer was started
wes = subprocess.check_output(['pgrep', MCSProgs.WRITE_ENGINE_SERVER.value])
self.assertIsNotNone(wes)
class ClusterRemoveNodeTestCase(BaseClusterTestCase):
URL = ClusterAddNodeTestCase.URL