-
Notifications
You must be signed in to change notification settings - Fork 90
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
bugfix: postgres_info.py now shows the info of each specific database #173
bugfix: postgres_info.py now shows the info of each specific database #173
Conversation
@marcosdiez hi and welcome to the project! Thank you for the bunch of issues and fixes! Could you please:
|
@marcosdiez thank you for the PR, could you please:
|
closed reopened to re-trigger CI |
@marcosdiez ah, the failings are unrelated (there are AZP issues there), sorry |
changelogs/fragments/173-postgres_info_now_shows_the_info_of_each_specific_database.yml
Outdated
Show resolved
Hide resolved
…ach_specific_database.yml Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
@Andersson007 hi! Unit tests added. Sorry for the delay, but it took me longer to find out how to run unit tests locally then to actually write them. By the way, the solution I found is I still have not found a way to use the same container and hence not have to download postgres every time I want to run unit tests. Please feel free to core review this PR and request changes as needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@marcosdiez thanks for the great contribution!:) |
I just use |
SUMMARY
fixes #172
The reason
postgres_info.py
was gathering data on every database was because of a bug inPgDbConn.reconnect()
, which is fixed here.I also changed the main loop that iterate among all DBs to ignore DBs which it can't access because in AWS RDS not all DBs are accessible.
ISSUE TYPE
COMPONENT NAME
postgres_info.py