about summary refs log tree commit diff
path: root/nixos/tests/mysql
AgeCommit message (Collapse)AuthorFilesLines
2024-05-08percona: adapt upstream release modelOliver Schmidt2-3/+2
In accordance to the upstream release cycle, we now provide 2 flavours of the percona mysql ecosystem. The default is the LTS variant, additionally there is now the floating `percona-server_innovation` always pointing to the most recent regular release. - mentioned in release notes - adapted all depending tests and tools (xtrabackup)
2024-05-07percona-server_8_3: init at 8.3.0-1Oliver Schmidt2-2/+3
This release belongs to the "innovation" release track of Percona, making it likely to diverge over time from the LTS release. Hence I just created a separate packaging expression for this.
2023-12-20Merge pull request #268109 from helsinki-systems/helsinki-maintainer-teamRobin Gloster3-6/+6
maintainers/teams: init and add helsinki-systems
2023-12-09nixos/tests/mysql-backup: Remove self from maintainersRodney Lorrimar1-3/+0
2023-11-30maintainers/teams: init and add helsinki-systemsajs1243-6/+6
2023-10-04percona-server_8_0: init at 8.0.34Tobias Stenzel2-4/+9
2023-05-10nixosTests.mysql-replication: fix deprecation warningajs1241-2/+2
2023-05-09nixos/mariadb: Fix test on i686Janne Heß1-1/+1
RocksDB is not built on that platform and the .so is missing
2022-11-06mariadb: fix nixos testsajs1241-4/+1
after 8b30afdd78c761bfeb92a6509b4fad2ad1461f75
2022-10-12mysql57: dropYorick van Pelt1-1/+1
Mysql 5.7 is not EOL yet, but is quite old and fully replaceable by mysql 8.0 or mariadb.
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