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

Test Postgres cluster resource #659

Closed
2 tasks done
ribaraka opened this issue Jan 2, 2024 · 1 comment
Closed
2 tasks done

Test Postgres cluster resource #659

ribaraka opened this issue Jan 2, 2024 · 1 comment
Assignees
Labels
test Сover the code with tests

Comments

@ribaraka
Copy link
Contributor

ribaraka commented Jan 2, 2024

We need to test all Postgres spec fields, and settings, check their workability, create/update/delete operations, add/remove data centers, etc.

Create separate issues for all bugs found during the test process. If not, add your comment on what was tested and the results in this issue.

@ribaraka ribaraka added the test Сover the code with tests label Jan 2, 2024
@worryg0d
Copy link
Collaborator

worryg0d commented Jan 2, 2024

I found the following issues:

  • The operator allows updating dataCentres.interDataCentreReplication.isPrimaryDataCentre field, but when an update request is sent to the Instaclustr API it returns a response with status code 400 and says that the update is not supported.
  • With dataCentres.intraDataCentreReplication.replicationMode the same story. Also, the operator allows to set any value to the field but only ASYNCHRONOUS and SYNCHRONOUS are available.
  • Customers may update clusterConfigurations via Instaclustr Console, but the operator doesn't handle changes for clusterConfigurations field. It should drop to external changes state

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Сover the code with tests
Projects
None yet
Development

No branches or pull requests

3 participants