about summary refs log tree commit diff
path: root/nixos/tests/mysql
AgeCommit message (Collapse)AuthorFilesLines
2022-05-23nixosTests.mysql-backup: fixajs1241-1/+0
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2022-01-29mysql57: 5.7.27 -> 5.7.37Thomas Gerbet2-2/+2
Changes: https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-37.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-36.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-35.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-34.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-33.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-32.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-31.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-30.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-29.html https://dev.mysql.com/doc/relnotes/mysql/5.7/en/news-5-7-28.html
2022-01-22nixos/tests/mysql-backup: test multiple mariadb versionsajs1241-44/+60
2022-01-22nixos/tests/mysql-autobackup: test multiple mariadb versionsajs1241-33/+48
2022-01-22nixos/tests/mysql-replication: test multiple mariadb versionsajs1241-74/+84
2022-01-22nixos/tests/mariadb-galera: test multiple mariadb versionsajs1244-459/+260
merge both tests and completely refactor
2022-01-22nixos/tests/mysql: test multiple mariadb versionsajs1241-206/+134
2021-11-21nixos/qemu-vm: default memorySize 384 -> 1024Artturin1-4/+0
the default hasn't been changed since 2009 this can improve our test performances nixos/tests: remove explicit memorySize <1024 1024MiB is now the default
2021-09-22nixos/tests/mariadb-galera-rsync: fix nogrouprnhmjoj1-3/+13
This fixes the evaluation after for #133166.
2021-09-22nixos/tests/mariadb-galera-mariabackup: fix nogrouprnhmjoj1-3/+13
This fixes the evaluation after for #133166.
2021-09-22nixos/tests/mysql: fix nogrouprnhmjoj1-7/+29
This fixes the evaluation after for #133166.
2021-07-04nixos/tests/mariadb: add check Mroonga storageIzorkin1-1/+15
2021-06-04treewide: Fix mysql alias deprecation breakagetalyz3-5/+5
62733b37b4a866cabafe1fc8bb7415240126eb0b broke evaluation in all places `pkgs.mysql` was used. Fix this by changing all occurrences to `pkgs.mariadb`.
2021-04-14nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}Symphorien Gibol3-12/+12
As the only consequence of isSystemUser is that if the uid is null then it's allocated below 500, if a user has uid = something below 500 then we don't require isSystemUser to be set. Motivation: https://github.com/NixOS/nixpkgs/issues/112647
2021-04-04iproute: deprecate aliasSandro Jäckel1-1/+1
2021-01-12mariadb: drop build server with tokudb storageIzorkin1-15/+1
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl5-6/+6
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-08-16nixos/tests/mariadb: disable check TokuDB in aarch32 and aarch64Izorkin1-11/+11
2020-05-23nixos/tests/mysql80: add check with unix authIzorkin1-7/+37
2020-05-23nixos/tests/mysql57: add check with unix authIzorkin1-9/+39
2020-05-14nixos/tests/mysql-replication: fix test scriptIzorkin1-5/+7
MariaDB 10.4 introduces a number of changes to the authentication process, intended to make things easier and more intuitive.
2020-05-14nixos/tests/mariadb-galera-rsync: fix test scriptIzorkin1-13/+13
MariaDB 10.4 introduces a number of changes to the authentication process, intended to make things easier and more intuitive.
2020-05-14nixos/tests/mariadb-galera-mariabackup: fix test scriptIzorkin1-13/+13
MariaDB 10.4 introduces a number of changes to the authentication process, intended to make things easier and more intuitive.
2020-05-14mariadb-galera: 25.3.27 -> 26.4.3Izorkin2-6/+6
2020-05-06nixos/tests: add check mariadb galera cluster with rsync-based SSTIzorkin1-0/+216
2020-05-06nixos/tests: add check mariadb galera cluster with mariabackup-based SSTIzorkin1-0/+223
2020-05-06nixos/tests: move mysql tests to subfolderIzorkin5-0/+337