-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Enhancements and Fixes around JDBC URL Based Containers #617
Conversation
This had some merge conflicts, so I've resolved those. As a result, we now have a few more JDBC driver tests than we did previously. |
Thanks @rnorth for merging this with master. There are few test failures in jdbc-test module. I know why they are failing. I'll fix the failing tests in jdbc-test module. |
Ping :) ... Any further thoughts on this one? |
@manikmagar FYI I've triggered a re-run of Travis / CircleCI |
Thanks @bsideup. I looked at the logs for failed tests and both looks to be environment related. |
Sorry @manikmagar - I'll scoop up all the SQL related tickets on an evening this week and crunch through them. Sorry for the long delay :( |
Thanks @rnorth, I appreciate your time and efforts! |
(Rebased and Squashed)
6bdb8e3
to
758db80
Compare
I've rebased onto master - this included updating to be compatible with our change to use a default tag, rather than latest, whenever possible. This had some impact on As I've had ample opportunity to read and tweak during the rebasing effort, this LGTM :) Sorry for taking an eternity to complete this. |
Thank you very much @rnorth for reviewing and rebasing this PR. I am really excited to see these changes are progressing 👍🙂!
…
On Jun 10, 2018 at 2:50 PM, <Richard North ***@***.***)> wrote:
I've rebased onto master - this included updating to be compatible with our change to use a default tag, rather than latest, whenever possible. This had some impact on JdbcDatabaseContainerProvider and the JDBC tests, but all is working OK now.
As I've had ample opportunity to read and tweak during the rebasing effort, this LGTM :)
Sorry for taking an eternity to complete this.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub (#617 (comment)), or mute the thread (https://github.com/notifications/unsubscribe-auth/AA1i5iL0-YT2XwAGRP2ec1GVqc_WgZD8ks5t7WpfgaJpZM4Sy_tz).
|
Thanks @manikmagar - merged! |
This PR implements #566.
[Originally implemented in PR #594 - Allow setting database name and user when using JDBC URL but that PR branch got messed up during rebasing with upstream, so this New PR replaces it. Check the discussion of #594 for more details. If this is merged, PR #594 must be closed without merging.]
Note: Other Containers Providers such as PostgreSQL will remain unaffected and continue to use earlier implementation of newInstance(tag) due to default delegation, until another implementation is provided.