-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add test environment for Mysql8 #5234
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5234 +/- ##
=======================================
Coverage 38.87% 38.87%
=======================================
Files 363 363
Lines 51210 51210
=======================================
Hits 19908 19908
Misses 28434 28434
Partials 2868 2868 Continue to review full report at Codecov.
|
drone fails |
I think the CI failed because both container listen on :3306 |
@lunny because the server is a docker container the IP will be different so it is ok if port is the same |
d460b49
to
2b97c85
Compare
This PR fails on this line: https://github.com/go-gitea/gitea/blob/master/routers/init.go#L61 It seems the DB is created, and can be connected to, however Gitea hasn't set it as the DB to use. This part still needs more investigation. |
should fix #5233 |
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.
CI Passes!
@lafriks please review. your requested changes have been made. |
@techknowlogick thanks for your commits! |
No description provided.