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

Unit test against newer versions of MariaDB #511

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

gregcorbett
Copy link
Member

@gregcorbett gregcorbett commented Feb 27, 2024

  • MariaDB 10.11 is readily install-able on Rocky8 and is the version we run in production.
  • MariaDB 10.11 would appear to be the last version in the 10.X series.
  • MariaDB 11.4 is the first version in the 11.X series with long term support, so test against it.
  • Also test against the newest image in the 11.X series.
  • Also test against the "latest" docker image available. In the near term, this is likely to the same image as "11". However testing against "latest" will mean we test against 12 automatically when it is released.
  • Use mariadb-admin as admin command.
    • MariaDB <10.3 required mysqladmin be used.
    • MariaDB 10.4 to <11.0 allow both mysqladmin and mariadb-admin to be used.
    • MariaDB 11+ requires mariadb-admin.

@gregcorbett gregcorbett added this to the September 2024 milestone Feb 27, 2024
@gregcorbett gregcorbett self-assigned this Feb 27, 2024
@gregcorbett gregcorbett mentioned this pull request Apr 22, 2024
4 tasks
@gregcorbett
Copy link
Member Author

rebasing

@gregcorbett gregcorbett force-pushed the more_mariadb_testing branch 2 times, most recently from d4bf21e to b5e11ae Compare September 11, 2024 12:47
@gregcorbett gregcorbett changed the title Unit test against more versions of MariaDB Unit test against newer versions of MariaDB Sep 11, 2024
- MariaDB 10.11 is readily install-able on Rocky8 and is the version we
  run in production.
- MariaDB 10.11 would appear to be the last version in the 10.X
  series.
- MariaDB 11.4 is the first version in the 11.X series with long
  term support, so test against it.
- Also test against the newest image in the 11.X series.
- Also test against the "latest" docker image available. In the near
  term, this is likely to the same image as "11". However testing
  against "latest" will mean we test against 12 automatically
  when it is released.
- Use `mariadb-admin` as admin command.
  - MariaDB <10.3 required mysqladmin be used.
  - MariaDB 10.4 to <11.0 allow both mysqladmin and mariadb-admin
    to be used.
  - MariaDB 11+ requires mariadb-admin.
@gregcorbett gregcorbett marked this pull request as ready for review September 11, 2024 13:00
@gregcorbett gregcorbett requested a review from a team as a code owner September 11, 2024 13:00
@gregcorbett gregcorbett merged commit 0770beb into GOCDB:dev Sep 11, 2024
6 checks passed
@gregcorbett gregcorbett deleted the more_mariadb_testing branch September 11, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants