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

Commit e0b9e2e

Browse files
committed
tune docker-entrypoint.sh to pass regression tests
1 parent f389aa0 commit e0b9e2e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)