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

mariadb: 10.4.12 -> 10.4.13 #87878

Merged
merged 6 commits into from Jun 5, 2020
Merged

mariadb: 10.4.12 -> 10.4.13 #87878

merged 6 commits into from Jun 5, 2020

Conversation

Izorkin
Copy link
Contributor

@Izorkin Izorkin commented May 15, 2020

Motivation for this change

Update mariadb to 10.4.13
Update mariadb-galera to 26.4.5

cc @aanderse @flokli

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@Izorkin
Copy link
Contributor Author

Izorkin commented May 23, 2020

Added test mysql57 and mysql80 with unix auth.

@Izorkin Izorkin requested a review from aanderse June 4, 2020 18:03
@Izorkin
Copy link
Contributor Author

Izorkin commented Jun 4, 2020

cc @aanderse @flokli

@flokli flokli merged commit 47d4cd2 into NixOS:master Jun 5, 2020
@flokli
Copy link
Contributor

flokli commented Jun 5, 2020

I'm a bit afraid of the test growing much larger and getting less readable - what do you think about refactoring this test to be a bit more dynamic, by passing in the specific mysql package under test as an argument, and instantiate it with all different flavours from all-tests.nix (similar to how we do with login.nix or networkd.nix)?

We could still have some flavour-specifics as conditionals, but just avoid duplicating more and more code there.

@Izorkin
Copy link
Contributor Author

Izorkin commented Jun 5, 2020

@flokli possible the variant of simply separatory into mysql57, mysql80 and mariadb?

@flokli
Copy link
Contributor

flokli commented Jun 5, 2020

No, the goal is to have less code duplication. We don't solve this by moving this into separate files ;-)

@Izorkin Izorkin deleted the mariadb-update branch June 5, 2020 16:55
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.

None yet

3 participants