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

PMM-11673-fix-psmdb-configuration: fix configuration in api #657

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

Conversation

solovevayaroslavna
Copy link

@solovevayaroslavna solovevayaroslavna commented Apr 19, 2023

https://jira.percona.com/browse/PMM-11673
image
the problem was in 500 server error, but we have two ways to get a configurations, so I added an extra way to check it

also the task (https://jira.percona.com/browse/PMM-11674) was added in this ticket

fabio-silva
fabio-silva previously approved these changes Apr 20, 2023
@solovevayaroslavna
Copy link
Author

this task came back to me from QA and it turned out that the problem is not only FE, but also that BE returns an error (500)
image

since we can check the configuration in two ways, I added another backup way to check the configuration from another api - dbclustersList and also, since the task (https://jira.percona.com/browse/PMM-11674) was small and it was convenient to do it in this PR, I added the addition of a default configuration
image
image

@@ -0,0 +1,12 @@
import { Databases } from 'app/percona/shared/core';
export const PXCDefailtConfiguration =
Copy link
Collaborator

Choose a reason for hiding this comment

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

Typo: PXCDefaultConfiguration

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.

3 participants