-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
test: Fix TestAcquiaPush and TestLagoonPush, add mariadb-old clients, fixes #6295 #6304
Conversation
Download the artifacts for this pull request:
See Testing a PR. |
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.
It looks good to me 👍
Do we need to add info about the old MariaDB somewhere in the docs, or will the release notes suffice?
In some ways it seems like something nobody should ever have to know about unless they're trying to solve a problem. But maybe a blog post? It does belong somewhere. |
I think a blog post will do the job. |
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.
I checked it again, all good, thank you.
The Issue
ddev push acquia
fails with new mariadb client:(ERROR at line 1: Unknown command '\-'.
#6295neutral
mysql/mysqldump in there for people in this situation, so it's now in /usr/local/mariadb-old/binAcquia uses MySQL 5.7. We were using the default MariaDB:10.11 for the TestAcquiaPush test, and of course it has the mariadb-client 10.11.8, which has the broken directive in it.
This changes the tests to use MySQL 5.7, which now gets the MySQL 5.7 client in it, which should work OK.