-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Postgres: Properly initialize database on startup and debugger #7255
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7255 +/- ##
==========================================
- Coverage 94.03% 94.00% -0.03%
==========================================
Files 172 172
Lines 12970 12959 -11
==========================================
- Hits 12196 12182 -14
- Misses 774 777 +3
Continue to review full report at Codecov.
|
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.
At least as far as pg-monitor goes, it looks fine :)
I wish I would have discovered it years ago, it’s really helpful debugging transactions |
It looks these tests are not completing: https://github.com/parse-community/parse-server/pull/7255/checks?check_run_id=2074039999 |
@davimacedo How does this look? |
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!
…-community#7255) * PG: Properly initialize database * fix flaky tests * flaky test * correct test * no idea * clean up debugger
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
🎉 This change has been released in version 5.0.0-beta.1 |
🎉 This change has been released in version 5.0.0 |
New Pull Request Checklist
Issue Description
Closes: #7021
relation "_SCHEMA" does not exist
flaky testsschema does not validate
messagesCREATE TABLE IF NOT EXISTS "_SCHEMA"
callspg-monitor
for improved debugging.TODOs before merging