Test no more uses 'start' command for gtm slave
authorPallavi Sontakke <[email protected]>
Wed, 13 Apr 2016 09:36:51 +0000 (15:06 +0530)
committerPallavi Sontakke <[email protected]>
Wed, 13 Apr 2016 09:36:51 +0000 (15:06 +0530)
'pgxc_ctl start' command is no more needed to start
gtm slave, with recent code changes.

contrib/pgxc_ctl/t/010_pgxc_ctl.pl

index ed8b551152365dd011e9acd4dbbf6c0c1923c53b..fd7b431a015b26e6274d885be0b0983498fbc212 100755 (executable)
@@ -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' ;