nixos/tests: add check mariadb galera cluster with rsync-based SST

This commit is contained in:
Izorkin
2020-05-06 16:42:31 +03:00
parent db71f2e306
commit 300c3f9990
3 changed files with 223 additions and 1 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchFromGitHub, cmake, pkgconfig, makeWrapper, ncurses
{ stdenv, fetchurl, fetchFromGitHub, cmake, pkgconfig, makeWrapper, ncurses, nixosTests
, libiconv, openssl, pcre, boost, judy, bison, libxml2, libkrb5, linux-pam, curl
, libaio, libevent, jemalloc450, jemalloc, cracklib, systemd, perl
, bzip2, lz4, lzo, snappy, xz, zlib, zstd
@@ -101,6 +101,11 @@ common = rec { # attributes common to both builds
passthru.mysqlVersion = "5.7";
passthru.tests = {
mariadb-galera-mariabackup = nixosTests.mariadb-galera-mariabackup;
mariadb-galera-rsync = nixosTests.mariadb-galera-rsync;
};
meta = {
description = "An enhanced, drop-in replacement for MySQL";