Skip to content

Commit

Permalink
Galera MTR Tests: stability fix for galera_gcs_fragment.test (TCP por…
Browse files Browse the repository at this point in the history
…t was output to the .result file)
  • Loading branch information
philip-galera authored and Nirbhay Choubey committed Feb 22, 2016
1 parent ace86a2 commit d794f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion mysql-test/suite/galera/r/galera_gcs_fragment.result
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ INSERT INTO t1 VALUES (1, "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
SET SESSION wsrep_on = 0;
SET SESSION wsrep_on = 1;
SET GLOBAL wsrep_provider_options = 'dbug=';
SET GLOBAL wsrep_cluster_address = 'gcomm://127.0.0.1:13001';
SET SESSION wsrep_on = 0;
SET SESSION wsrep_on = 1;
INSERT INTO t1 VALUES (2, "bbbbbaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa");
Expand Down
4 changes: 3 additions & 1 deletion mysql-test/suite/galera/t/galera_gcs_fragment.test
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ SET SESSION wsrep_retry_autocommit=0;

# Restart node_2, wait until it joins the group and then make INSERT
--connection node_2
--disable_query_log
--eval SET GLOBAL wsrep_cluster_address = '$wsrep_cluster_address_orig'
--enable_query_log
SET SESSION wsrep_on = 0;
--source include/galera_wait_ready.inc
SET SESSION wsrep_on = 1;
Expand Down Expand Up @@ -61,4 +63,4 @@ SELECT * FROM t1;

--connection node_1

DROP TABLE t1;
DROP TABLE t1;

0 comments on commit d794f05

Please sign in to comment.