-
-
Notifications
You must be signed in to change notification settings - Fork 691
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
feat: add support for ubuntu 24.04 #718
base: main
Are you sure you want to change the base?
feat: add support for ubuntu 24.04 #718
Conversation
Signed-off-by: Tom Krouper <[email protected]>
57a2ebd
to
2a28bf2
Compare
Looking at the ubuntu-2404, smoke80 failure, I wonder if the 8.035 deprecation that says `%` no longer includes `localhost` is to blame. I'll dig further tomorrow. |
From local testing with the mysql client, this doesn't appear to be the problem. I'm running to arm64 vs x86_64 issues with running kitchen locally. The non-ubuntu smoke tests seem to be a different issue entirely. |
Ping me on here or Slack when you get to the bottom of the Ubuntu 22.04 smoke error. I'm not worried about the other suites given you haven't changed them. |
…efs#719) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
47d8396
to
10aacb8
Compare
10aacb8
to
2d4f237
Compare
2afd4d1
to
48957ad
Compare
48957ad
to
ee271f2
Compare
It appears that When you look at the above line, the port is set to 3306 but in mysql/test/cookbooks/test/recipes/smoke.rb Lines 40 to 41 in 350d6a2
|
182f4ab
to
713ce0b
Compare
713ce0b
to
06799bb
Compare
I think I'm running into this: The port issue may not be an issue. What I pointed out previously seems to continue at the top of the next hour then goes on to password issues seen later on. |
Description
Issues Resolved
List any existing issues this PR resolves
Check List
## Unreleased