-
Notifications
You must be signed in to change notification settings - Fork 181
#109 pool release fix #197
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
Can one of the admins verify this patch? To accept patch and trigger a build add comment ".ok\W+to\W+test." |
Can one of the admins verify this patch? |
2 similar comments
Can one of the admins verify this patch? |
Can one of the admins verify this patch? |
@jannyHou @superkhau This has been sitting here for a while and I haven't received any feedback. I noticed the test status is still waiting. #109 is still an issue for us if we don't use this forked branch. |
@slnode test please |
@zbarbuto Thank you for the pr, while I am currently working on some other high priority tasks, sorry for the delay of review. I triggered a test, will take a look ASAP. |
@zbarbuto Can you add a test to verify your results? |
LGTM |
@superkhau good catch. |
df817ac
to
364dfaa
Compare
Have rebased but can't seem to get the transaction tests to run on my local machine ( |
@zbarbuto Those instructions need updating, you should be able to override configs now for local testing via env vars. See https://github.com/strongloop/loopback-connector-postgresql/blob/master/test/init.js#L21. |
@superkhau Ah yes, is working now, also need to use |
@superkhau @jannyHou Test added which fails on current master branch but passes with this PR 😀 |
@superkhau Have made #214 to fix that README information about testing too. |
@rmg Hanging here too. |
@slnode test please |
@zbarbuto Now all test pass, please rebase the code and I think it will be ready to land 🚢 cc @superkhau |
4eb828c
to
1fe639b
Compare
Rebased. Thanks. |
Also would be good to get a release out of this sooner rather than later as it's a rather critical issue with transactions not being able to do more than a few at a time. |
@slnode test please |
@zbarbuto After rebase the pr is all good now and we will make a new release after checking in it. Sorry for the delay of trigging testing :( could you do a rebase again? I will keep an eye on this issue and run test immediately after your rebase. Thank you. |
1fe639b
to
b618133
Compare
@jannyHou Done |
@slnode test please |
Cannot wait for the release! |
@cadesalaberry @zbarbuto released as 2.8.0. Please check. Thanks |
Description
A combination of PR #146 which fixes #109 and a switch from explicitly calling
connection.release
to using the built-indone
callback provided bypg
to release connection (see here)Related issues
Checklist
guide