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

TODO-4256 : Set Galera library as submodule for MariaDB server #346

Open
wants to merge 1 commit into
base: 10.4
Choose a base branch
from

Conversation

janlindstrom
Copy link

Rationale: Before this change MariaDB server and Galera library were released on different times. Normally this ment that new Galera library version was pushed to repository and then you could fix possible test failures on MariaDB server regression testing. Mostly test failures was caused by new configuration variables or new visible status variables. Sometimes there was also other regressions possible and those might not be always visible on local testing. In Jenkings etc it is possible to test with some version of the galera library. This change makes it possible to have both galera library release and necessary
MariaDB fixes on same commit and both are then tested on staging branch before they are pushed on main
branch.

Rationale: Before this change MariaDB server and Galera library
were released on different times. Normally this ment that
new Galera library version was pushed to repository and
then you could fix possible test failures on MariaDB server
regression testing. Mostly test failures was caused by new
configuration variables or new visible status variables.
Sometimes there was also other regressions possible and
those might not be always visible on local testing.
In Jenkings etc it is possible to test with some version
of the galera library. This change makes it possible
to have both galera library release and necessary
MariaDB fixes on same commit and both are then tested
on staging branch before they are pushed on main
branch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant