Skip to content
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

Add test_functional test #471

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

BON4
Copy link
Contributor

@BON4 BON4 commented May 6, 2024

Issue #470

Functional Testing. Recovery testing.

This pull request is based on the same PR but for VM postgresql-operator

All this cases should be covered:

  • Graceful restart. DB will receive SIGTERM and will shutdown properly . Write data, graceful restart instance.
  • Forceful restart. DB will receive SIGKILL and will shutdown forceful, on start charm/patroni should recover. Write data, forceful restart instance (recovery).
  • Backup-restore case with recovery. Write data, create backup, forceful restart, run recovery, write data, restore, check data consistency.

@BON4 BON4 changed the title Add test_functional test Add test_functional test May 6, 2024
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.

None yet

1 participant