Skip to content
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

Research/Write tests for "proxied connection pooling"? #303

Open
AnyhowStep opened this issue Mar 23, 2020 · 0 comments
Open

Research/Write tests for "proxied connection pooling"? #303

AnyhowStep opened this issue Mar 23, 2020 · 0 comments
Assignees
Labels
research Issues that may not need code or documentation; but require some reading testing Related to making tests better

Comments

@AnyhowStep
Copy link
Owner

https://aws.amazon.com/rds/proxy/

I'm pretty sure we don't need to write tests for this because I think every bit of code assumes connections will always come from a pool. So, we never have the concept of "this connection is always mine, no one used it before me, and no one else will use it after me".

So, we should be good here. But, just in case...


I mean, we have an IPool and Connection interface. And connections only ever come from an IPool. So... We should be good..... Right?

@AnyhowStep AnyhowStep added testing Related to making tests better research Issues that may not need code or documentation; but require some reading labels Mar 23, 2020
@AnyhowStep AnyhowStep self-assigned this Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
research Issues that may not need code or documentation; but require some reading testing Related to making tests better
Projects
None yet
Development

No branches or pull requests

1 participant