Skip to content

Commit 57939b2

Browse files
committed
Remove old gucs from python tests.
1 parent 36f5b59 commit 57939b2

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

tests/docker-entrypoint.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,6 @@ if [ "$1" = 'postgres' ]; then
7070
7171
EOF
7272

73-
if [ -n "$MAJOR" ]; then
74-
echo 'multimaster.major_node = on' >> $PGDATA/postgresql.conf
75-
fi
76-
77-
if [ -n "$REFEREE" ]; then
78-
echo 'multimaster.referee = on' >> $PGDATA/postgresql.conf
79-
fi
80-
8173
if [ -n "$REFEREE_CONNSTR" ]; then
8274
echo "multimaster.referee_connstring = '$REFEREE_CONNSTR'" >> $PGDATA/postgresql.conf
8375
fi

tests/support/two_nodes.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ services:
5555
POSTGRES_USER: 'pg'
5656
POSTGRES_DB: 'regression'
5757
NODE_ID: 1
58-
REFEREE: 'on'
5958
ports:
6059
- "15435:5432"
6160
networks:

0 commit comments

Comments
 (0)