-
-
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
Patch handleShutdown feature #4361
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4361 +/- ##
==========================================
+ Coverage 92.66% 92.74% +0.08%
==========================================
Files 119 119
Lines 8435 8438 +3
==========================================
+ Hits 7816 7826 +10
+ Misses 619 612 -7
Continue to review full report at Codecov.
|
@vitaly-t looks good to go, can you look this over? |
@dplewis seems fine to me ;) |
@flovilmart can you add @vitaly-t to the team? |
Only if @vitaly-t wants to ;) let me know! |
I don't mind 😄 |
@trylovetom thanks much needed |
I am currently rewriting all the documentation related to shutting down the library/pool (no functional changes) ;) Will ping when done ;) |
Library de-initialization has been fully updated (documentation). |
* Add handleShutdown Test of MongoStorageAdapter. * Add `handleShutdown` function in PostgresStorageAdapter, with it's test. * Replace the _pgp to _client * Use `adapter._client.$pool.ending` to ckeck is ending * Add `handleShutdown()` in ParseServer.spec.js * Trigger * Set Server to Default
Patch handle Shutdown spec of ParseServer.spce.js
Patch handle Shutdown spec of PostgresStorageAdapter.spec.js
Patch handle Shutdown spec of MongoStorageAdapter.spec.js