We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e380ab commit e365760Copy full SHA for e365760
contrib/multimaster/tests/deploy_layouts/cluster.yml
@@ -30,7 +30,7 @@
30
- name: start dtm
31
shell: >
32
nohup ~/pg_cluster/src/contrib/arbiter/bin/arbiter
33
- -d ~/pg_cluster/dtm_data -r 0.0.0.0:5431 -i 0 -l ~/pg_cluster/dtm_data/log &
+ -d ~/pg_cluster/dtm_data -r "0.0.0.0:5431" -i 0 -l ~/pg_cluster/dtm_data/log &
34
35
- name: wait until dtm is available
36
wait_for: port=5431 delay=1
@@ -64,7 +64,7 @@
64
- name: build sockhub
65
shell: "make clean && make -j 4"
66
args:
67
- chdir: "{{pg_src}}/contrib/multimaster/sockhub"
+ chdir: "{{pg_src}}/contrib/arbiter/sockhub"
68
69
- name: build multimaster
70
shell: "make clean && make -j {{makejobs}} install"
0 commit comments