Skip to content

QA-596: special hotbackup test case for cluster deployment (topology change) #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

naushniki
Copy link
Contributor

No description provided.

@naushniki naushniki force-pushed the feature/QA-596/clusterTopologyChange branch from 871f1e7 to b4a9b14 Compare April 2, 2025 17:47
@naushniki naushniki marked this pull request as ready for review May 8, 2025 11:16
@naushniki naushniki requested a review from dothebart May 8, 2025 11:16
Copy link
Collaborator

@dothebart dothebart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please adjust the two methods.
It also would be great if you could ctrl+c/v the clear data changes from my PR and add the invocations in your code

self.delete_all_backups()

@staticmethod
def run_starter_and_wait(starter):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be a starter-manager method?

@@ -1280,6 +1284,15 @@ def count_occurances_in_starter_log(self, substring: str):
number_of_occurances = self.get_log_file().count(substring)
return number_of_occurances

def stop_dbserver(self):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should not be a method specific to db-servers.
It should rather be
stop_instances(instance_type)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants