-
Notifications
You must be signed in to change notification settings - Fork 24
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
Using Testcontainers for R2DBC MySQL Integration Testing #108 #109
Using Testcontainers for R2DBC MySQL Integration Testing #108 #109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks very much for your work!
Just small things.
@@ -19,13 +19,5 @@ jobs: | |||
distribution: temurin | |||
java-version: 8 | |||
cache: maven | |||
- name: Shutdown the Default MySQL | |||
run: sudo service mysql stop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind kindly sharing with us the reason for deleting this line? We appreciate your insights
src/test/java/io/asyncer/r2dbc/mysql/IntegrationTestSupport.java
Outdated
Show resolved
Hide resolved
src/test/java/io/asyncer/r2dbc/mysql/IntegrationTestSupport.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Saurabh Yadav <[email protected]>
close after making coauthored #264 based off of this |
Motivation:
To use testcontainers for R2DBC MySQL Integration Testing #76
Modification:
Result:
All tests working locally.