File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
contrib/multimaster/tests/deploy_layouts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 13
13
- name : build sockhub
14
14
shell : " make clean && make -j 4"
15
15
args :
16
- chdir : " ~/pg_cluster/src/contrib/multimaster /sockhub"
16
+ chdir : " ~/pg_cluster/src/contrib/arbiter /sockhub"
17
17
18
18
- name : build dtm
19
19
shell : " make clean && make -j 4"
20
20
args :
21
- chdir : " ~/pg_cluster/src/contrib/multimaster /dtmd"
21
+ chdir : " ~/pg_cluster/src/contrib/arbiter /dtmd"
22
22
# when: dtm_sources.changed
23
23
24
24
- name : kill dtmd
29
29
30
30
- name : start dtm
31
31
shell : >
32
- nohup ~/pg_cluster/src/contrib/multimaster /dtmd/bin/dtmd
32
+ nohup ~/pg_cluster/src/contrib/arbiter /dtmd/bin/dtmd
33
33
-d ~/pg_cluster/dtm_data -a 0.0.0.0 -p 5431 > ~/pg_cluster/dtm_data/log &
34
34
35
35
- name : wait until dtm is available
You can’t perform that action at this time.
0 commit comments