-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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.2.16 -> 10.2.17 #45199
mariadb: 10.2.16 -> 10.2.17 #45199
Conversation
@GrahamcOfBorg test mysql |
Success on x86_64-linux Attempted: tests.mysql No partial log is available. |
Success on aarch64-linux Attempted: tests.mysql No partial log is available. |
Success on x86_64-linux (full log) Attempted: mariadb Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: mariadb Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: mariadb Partial log (click to expand)
|
nixos/tests/mysql.nix
Outdated
{ | ||
services.mysql.enable = true; | ||
services.mysql.initialDatabases = [ { name = "testdb"; schema = ./testdb.sql; } ]; | ||
services.mysql.package = pkgs.mysql; |
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.
Are you sure this changes for the different tests?
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.
Ups, I changed it :)
Staged for 18.03 as 8a804f7. |
The NixOS module already covers mariadb so the mysql test can easily be used as a vehicle for mariadb.
Bump to latest stable version of the 10.2.x branch. Besides many bug fixes the following security related issues have been fixed: - CVE-2018-3060 - CVE-2018-3064 - CVE-2018-3063 - CVE-2018-3058 - CVE-2018-3066 Release notes: https://mariadb.com/kb/en/library/mariadb-10217-release-notes/
Success on aarch64-linux (full log) Attempted: mariadb Partial log (click to expand)
|
Success on x86_64-darwin (full log) Attempted: mariadb Partial log (click to expand)
|
Timed out, unknown build status on x86_64-linux (full log) Attempted: mariadb Partial log (click to expand)
|
with import ../lib/testing.nix { inherit system; }; | ||
let | ||
packages = { | ||
mysql = pkgs.mysql; |
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 suppose you don't know:
nix-repl> mysql.name
"mariadb-10.2.16"
Bump to latest stable version of the 10.2.x branch. Besides many bug fixes the following security related issues have been fixed: - CVE-2018-3060 - CVE-2018-3064 - CVE-2018-3063 - CVE-2018-3058 - CVE-2018-3066 Release notes: https://mariadb.com/kb/en/library/mariadb-10217-release-notes/
@andir these "2" tests are the same since |
I got that from vcunat's comment. Just didn't have the time to fix it yet.
…On Tue, 28 Aug 2018, 17:31 xeji, ***@***.***> wrote:
@andir <https://github.com/andir> these "2" tests are the same since mysql
is an alias for mariadb. If you really want mysql, use pkgs.mysql57.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#45199 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAm_dK63Bi_06rTRVecPr42J8ERRaaOWks5uVWJZgaJpZM4WBDZX>
.
|
Great, sorry for the noise. |
Should probably be closed in favor of #44343 |
This change had been pushed as 5da1d01. |
Motivation for this change
mariadb: 10.2.16 -> 10.2.17
Bump to latest stable version of the 10.2.x branch. Besides many bug fixes the
following security related issues have been fixed:
Also includes a test for mariadb based on the existing mysql test.
This should be considered for backporting since the version in 18.03 has even more open issues...
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)