Skip to content

Commit b841fe6

Browse files
committed
deploy fix
1 parent cc82504 commit b841fe6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/multimaster/tests/deploy_layouts/cluster.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
tasks:
1616
- name: generate connstrings
1717
set_fact:
18-
connstr: "replication=database host={{item}} user={{ansible_ssh_user}} port=15432 dbname=postgres sslmode=disable"
18+
connstr: "host={{item}} user={{ansible_ssh_user}} port=15432 dbname=postgres sslmode=disable"
1919
with_items:
2020
groups['nodes'] | reverse | batch(nnodes | d(3) | int) | first
2121
register: connstrs

contrib/multimaster/tests/perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
- name: run transfers
4747
shell: >
4848
~/pg_cluster/install/bin/dtmbench {{connections}}
49-
-w {{ nconns }} -r 1 -n 50000 -a 500000 -p {{ up }} |
49+
-w {{ nconns }} -r 1 -n 5000 -a 500000 -p {{ up }} |
5050
tee -a perf.results |
5151
sed "s/^/`hostname`:/"
5252
register: transfers_result

0 commit comments

Comments
 (0)