From c38e6a2a6060434d842f173ebe5a4a7d4d99781a Mon Sep 17 00:00:00 2001 From: ben smith Date: Fri, 22 Jul 2016 15:37:05 -0700 Subject: mysql: fix replication tests (#17174) Eliminate race condition in replication test Remove replication configuration from standalone test Improve mysql command syntax consistency --- nixos/tests/mysql.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'nixos/tests/mysql.nix') diff --git a/nixos/tests/mysql.nix b/nixos/tests/mysql.nix index 588411617776..baaebf9f10db 100644 --- a/nixos/tests/mysql.nix +++ b/nixos/tests/mysql.nix @@ -10,7 +10,6 @@ import ./make-test.nix ({ pkgs, ...} : { { services.mysql.enable = true; - services.mysql.replication.role = "master"; services.mysql.initialDatabases = [ { name = "testdb"; schema = ./testdb.sql; } ]; services.mysql.package = pkgs.mysql; }; -- cgit 1.4.1