-
Notifications
You must be signed in to change notification settings - Fork 316
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
MySQL8 autotests are failing due to "Temporary failure in name resolution" #6747
Comments
|
I tried rolling back to MySQL 8.3 in this commit: rdimaio@595afe9 With this change, I get this error (which is likely related to me not having specified the MySQL version properly):
(see: https://github.com/rdimaio/rucio/actions/runs/8925397636/job/24514035997) Then I tried this rdimaio@326fb8f, and I get this error:
(see https://github.com/rdimaio/rucio/actions/runs/8925833658/job/24515450220) It's a bit unclear to me how we're defining the tests, specifically the versions for the DB systems in our tests. I think the changes that I made here rdimaio@326fb8f should be correct, and it might be an issue that the test pulls the cached image? |
By specifying MySQL 8.3 correctly, this way rdimaio@61d00a3:
I think ideally we should use MySQL 8.4 in tests, and fix the deprecated command mentioned here #6747 (comment) (like I attempted in this commit: rdimaio@326fb8f) Edit: the conveyor stage tests for MySQL 8.3 are unrelated to this issue. See this issue for more: #6751 So we can fix this by pinning to MySQL8.3. |
Backport 32.8.3 |
Example: https://github.com/rucio/rucio/actions/runs/8918099209/job/24492187039
Related issue: docker-library/mysql#1048
The text was updated successfully, but these errors were encountered: