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

activerecord/connection_pool: honor overidden rack.test in tests #17020

Merged
merged 1 commit into from
Sep 23, 2014

Conversation

sirupsen
Copy link
Contributor

Honoring an overidden rack.test allows testing closed connection between multiple requests. This is useful if you're working on database resiliency, to ensure the connection is in the expected state from one request to another on the same worker.

Honoring an overidden `rack.test` allows testing closed connection between
multiple requests. This is useful if you're working on database resiliency, to
ensure the connection is in the expected state from one request to another on
the same worker.
@sirupsen sirupsen force-pushed the ar-override-rack-test branch 2 times, most recently from 12c0557 to cb598c2 Compare September 23, 2014 04:29
tenderlove added a commit that referenced this pull request Sep 23, 2014
activerecord/connection_pool: honor overidden rack.test in tests
@tenderlove tenderlove merged commit 4e8ea13 into rails:master Sep 23, 2014
@sirupsen sirupsen deleted the ar-override-rack-test branch September 23, 2014 14:54
@sirupsen
Copy link
Contributor Author

thanks @tenderlove

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants