diff options
author | Pallavi Sontakke | 2016-04-13 09:36:51 +0000 |
---|---|---|
committer | Pavan Deolasee | 2016-10-18 10:05:06 +0000 |
commit | f8dc25afac7dfd74456d8f05989af5506a49d0f9 (patch) | |
tree | c6055b81d6b067db1ae1f2988c252a7826a481e3 | |
parent | 808565393c6c20e3dc5ec5128ce645b28c442050 (diff) |
Test no more uses 'start' command for gtm slave
'pgxc_ctl start' command is no more needed to start
gtm slave, with recent code changes.
-rwxr-xr-x | contrib/pgxc_ctl/t/010_pgxc_ctl.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/pgxc_ctl/t/010_pgxc_ctl.pl b/contrib/pgxc_ctl/t/010_pgxc_ctl.pl index ed8b551152..fd7b431a01 100755 --- a/contrib/pgxc_ctl/t/010_pgxc_ctl.pl +++ b/contrib/pgxc_ctl/t/010_pgxc_ctl.pl @@ -66,8 +66,6 @@ system_or_bail 'pgxc_ctl', 'monitor', 'all' ; system_or_bail 'pgxc_ctl', 'add', 'gtm', 'slave', 'gtm_slave', "$GTM_HOST", '20101', "$dataDirRoot/gtm_slave" ; -system_or_bail 'pgxc_ctl', 'start', 'gtm', 'slave' ; - system_or_bail 'pgxc_ctl', 'monitor', 'all' ; system_or_bail 'pgxc_ctl', 'stop', "-m", 'immediate', 'gtm', 'master', 'gtm' ; |