Skip to content

Commit

Permalink
Fixed some galera tests
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Apr 28, 2016
1 parent d62b758 commit d5822a3
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

--connection node_1
# We need a user with a password to perform SST, otherwise we hit LP #1378253
CREATE USER 'sst';
GRANT ALL PRIVILEGES ON *.* TO 'sst';

--let $wsrep_sst_auth_orig = `SELECT @@wsrep_sst_auth`
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/galera/r/galera_ist_mysqldump.result
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Setting SST method to mysqldump ...
CREATE USER 'sst';
GRANT ALL PRIVILEGES ON *.* TO 'sst';
SET GLOBAL wsrep_sst_auth = 'sst:';
SET GLOBAL wsrep_sst_method = 'mysqldump';
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/galera/r/galera_sst_mysqldump.result
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Setting SST method to mysqldump ...
CREATE USER 'sst';
GRANT ALL PRIVILEGES ON *.* TO 'sst';
SET GLOBAL wsrep_sst_auth = 'sst:';
SET GLOBAL wsrep_sst_method = 'mysqldump';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Setting SST method to mysqldump ...
CREATE USER 'sst';
GRANT ALL PRIVILEGES ON *.* TO 'sst';
SET GLOBAL wsrep_sst_auth = 'sst:';
SET GLOBAL wsrep_sst_method = 'mysqldump';
Expand Down
1 change: 1 addition & 0 deletions mysql-test/suite/galera/r/mysql-wsrep#237.result
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ SLEEP(1)
0
SET DEBUG_SYNC= 'now SIGNAL continue';
DROP TABLE t;
SET DEBUG_SYNC= 'RESET';
1 change: 1 addition & 0 deletions mysql-test/suite/galera/r/mysql-wsrep#33.result
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Setting SST method to mysqldump ...
CREATE USER 'sst';
GRANT ALL PRIVILEGES ON *.* TO 'sst';
SET GLOBAL wsrep_sst_auth = 'sst:';
SET GLOBAL wsrep_sst_method = 'mysqldump';
Expand Down
2 changes: 2 additions & 0 deletions mysql-test/suite/galera/t/mysql-wsrep#237.test
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ SET DEBUG_SYNC= 'now SIGNAL continue';
--reap

DROP TABLE t;
--connection node_1a
SET DEBUG_SYNC= 'RESET';

0 comments on commit d5822a3

Please sign in to comment.