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

Commit 241b04f

Browse files
committed
set major to off in ordinary tests too
1 parent 67d86d6 commit 241b04f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests2/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ services:
1111
environment:
1212
POSTGRES_USER: 'pg'
1313
POSTGRES_DB: 'regression'
14+
MAJOR: 'off'
1415
NODE_ID: 1
1516
# CONNSTRS: >-
1617
# dbname=regression user=pg host=node1,
@@ -32,6 +33,7 @@ services:
3233
environment:
3334
POSTGRES_USER: 'pg'
3435
POSTGRES_DB: 'regression'
36+
MAJOR: 'off'
3537
NODE_ID: 2
3638
# CONNSTRS: >-
3739
# dbname=regression user=pg host=toxi port=21000 arbiterport=21001,
@@ -53,6 +55,7 @@ services:
5355
environment:
5456
POSTGRES_USER: 'pg'
5557
POSTGRES_DB: 'regression'
58+
MAJOR: 'off'
5659
NODE_ID: 3
5760
# CONNSTRS: >-
5861
# dbname=regression user=pg host=toxi port=31000 arbiterport=31001,

0 commit comments

Comments
 (0)