From: Pallavi Sontakke Date: Wed, 13 Apr 2016 09:36:51 +0000 (+0530) Subject: Test no more uses 'start' command for gtm slave X-Git-Tag: XL9_5_R1~5 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=a362cd4fc80e543c66df292df418efafaabf10fd;p=postgres-xl.git 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. --- 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' ;