Postgres: Properly initialize database on startup and debugger#7255
Postgres: Properly initialize database on startup and debugger#7255davimacedo merged 6 commits intomasterfrom
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.
|
vitaly-t
left a comment
There was a problem hiding this comment.
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? |
…-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 existflaky testsschema does not validatemessagesCREATE TABLE IF NOT EXISTS "_SCHEMA"callspg-monitorfor improved debugging.TODOs before merging