Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 21b8c6b

Browse files
committed
tune docker-entrypoint.sh to pass regression tests
1 parent c5dc3dc commit 21b8c6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/mmts/tests2/docker-entrypoint.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ if [ "$1" = 'postgres' ]; then
6868
multimaster.max_recovery_lag = 1GB
6969
multimaster.min_recovery_lag = 10kB
7070
multimaster.preserve_commit_order = on
71+
72+
multimaster.volkswagen_mode = on
73+
multimaster.ignore_tables_without_pk = on
74+
partition_backend = 'internal'
7175
EOF
7276

7377
if [ -n "$NODE_ID" ]; then

0 commit comments

Comments
 (0)