-
-
Notifications
You must be signed in to change notification settings - Fork 91
Fail to get the connection with the features ["postgres", "bb8"] #99
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
Comments
I've tried your minimal example locally and the tests passes for my setup. Additionally this issue indicates that this error also might be returned if your connection URL is somehow invalid. I agree that this error message is not optimal, but that's an issue in bb8 then. Closed that I'm not able to reproduce the issue locally with a valid database URL. |
Thank you for your reply. I don't think it's a URL issue. I have provided a repo to reproduce the issue. ![]() |
I've checked your repo and I cannot reproduce the issue with that either. Both tests complete successful for me. Again I believe that this is just an issue with your database URL. Please note that |
Once I change my url format to the |
Setup
Versions
rustc 1.72.0
Feature Flags
["postgres", "r2d2"]
["postgres", "bb8"]
Problem Description
Fail to get the connection,
TimedOut
What are you trying to accomplish?
Manager the connection with the
diesel-async
What is the expected output?
What is the actual output?
Are you seeing any additional errors?
No additional error is shown.
Steps to reproduce
Checklist
closed if this is not the case)
The text was updated successfully, but these errors were encountered: