-
Notifications
You must be signed in to change notification settings - Fork 263
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
msyql integration added #965
msyql integration added #965
Conversation
rohithmulumudy
commented
Aug 26, 2023
•
edited
Loading
edited
- Integrated mysql data source
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.
👋 Hello @rohithmulumudy, thanks for submitting a EVA DB PR 🙏 To allow your work to be integrated as seamlessly as possible, we advise you to:
- ✅ Verify that your PR is up-to-date with
georgia-tech-db/eva
master
branch. If your PR is behind you can update your code by clicking the "Update branch" button or by runninggit pull
andgit merge master
locally. - ✅ Verify that all EVA DB Continuous Integration (CI) checks are passing.
- ✅ Reduce changes to the absolute minimum required for your bug fix or feature addition.
8ba2b3f
to
d57cab0
Compare
Please merge the staging branch, which uses a newer version of circle ci, where the tests are not flaky and faster! |
d57cab0
to
8828a54
Compare
@xzdandy How do I ensure that the MySQL server runs in circle CI? |
8828a54
to
1848269
Compare
1848269
to
42d7145
Compare
930ed2b
to
ff54219
Compare
@jiashenC Added the unit tests, but I see that |
Thanks for the updates. Yeah, we decide to not auto-install those packages for users. For unit tests, can you add a mock for those two packages as well? |
ff54219
to
23b482b
Compare
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.
LGTM
@rohithmulumudy A Few things need to be improved -
|
@gaurav274 the first point is implemented in the following PR: af79199 Will incorporate the second suggestion in the coming PRs |
- Integrated mysql data source