projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba6e524
)
Test no more uses 'start' command for gtm slave
author
Pallavi Sontakke
<
[email protected]
>
Wed, 13 Apr 2016 09:36:51 +0000
(15:06 +0530)
committer
Pallavi 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
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pgxc_ctl/t/010_pgxc_ctl.pl
b/contrib/pgxc_ctl/t/010_pgxc_ctl.pl
index ed8b551152365dd011e9acd4dbbf6c0c1923c53b..fd7b431a015b26e6274d885be0b0983498fbc212 100755
(executable)
--- 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' ;