mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-25 15:58:43 +00:00
Fix test
This commit is contained in:

committed by
Serguey Zefirov

parent
f265d6ae18
commit
37a626eed5
@ -28,8 +28,7 @@ class NodeManipTester(BaseNodeManipTestCase):
|
||||
node_manipulation.add_node(
|
||||
self.NEW_NODE_NAME, tmp_mcs_config_filename, self.tmp_files[0]
|
||||
)
|
||||
mock_update_dbroots_of_readonly_nodes.assert_called_once()
|
||||
mock_update_dbroots_of_readonly_nodes.reset_mock()
|
||||
mock_update_dbroots_of_readonly_nodes.assert_not_called()
|
||||
|
||||
node_manipulation.add_node(
|
||||
hostaddr, self.tmp_files[0], self.tmp_files[1]
|
||||
|
Reference in New Issue
Block a user