-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Need a Shutdown Function for PostgresAdapter. #4352
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4352 +/- ##
===========================================
- Coverage 92.64% 81.96% -10.69%
===========================================
Files 119 119
Lines 8435 8438 +3
===========================================
- Hits 7815 6916 -899
- Misses 620 1522 +902
Continue to review full report at Codecov.
|
What!! |
For some reason another change in meetup.js is being considered - perhaps your branch is not up to date with master? |
@steven-supersolid Really? I have been rebase to the latest master. |
You should probably run the tests locally, before opening the PR, as it’s notifying all maintainers. |
@flovilmart How can I switch the db of testing to postgres, please. I really need this feature. |
PLease read the contributing guide https://github.com/parse-community/parse-server/blob/master/CONTRIBUTING.md |
@flovilmart thx |
@flovilmart I need help, I wrote the testing code of |
To test the code locally with postures, you need postgres 9.5.
Then to run the tests:
|
Add Postgres
handleShutdown
Function