You've already forked mariadb-columnstore-engine
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user