Skip to content
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

Merged
merged 10 commits into from
Jun 13, 2024

Conversation

rfay
Copy link
Member

@rfay rfay commented Jun 12, 2024

The Issue

Acquia 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.

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jun 12, 2024
@rfay rfay changed the title test: Fix TestAcquiaPush, fixes #6295 test: Fix TestAcquiaPush and TestLagoonPush, add mariadb-old clients, fixes #6295 Jun 12, 2024
@rfay rfay marked this pull request as ready for review June 12, 2024 19:55
@rfay rfay requested a review from a team as a code owner June 12, 2024 19:55
@rfay rfay requested a review from stasadev June 12, 2024 19:55
Copy link

github-actions bot commented Jun 12, 2024

Copy link
Member

@stasadev stasadev left a 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?

@rfay
Copy link
Member Author

rfay commented Jun 12, 2024

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.

@stasadev
Copy link
Member

I think a blog post will do the job.

Copy link
Member

@stasadev stasadev left a 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.

@rfay rfay merged commit ef57efe into master Jun 13, 2024
22 checks passed
@rfay rfay deleted the 20240612_fix_testAcquiaPush branch June 13, 2024 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants