File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ RUN cd /pg/src/contrib/raftable && make clean && make install
6
6
7
7
RUN mkdir /pg/mmts
8
8
COPY ./ /pg/mmts/
9
+ RUN chown -R postgres:postgres /pg/mmts
9
10
10
11
RUN export RAFTABLE_PATH=/pg/src/contrib/raftable && \
11
12
export USE_PGXS=1 && \
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
POSTGRES_DB : ' regression'
12
12
NODE_ID : 1
13
13
ports :
14
- - " 5432 :5432"
14
+ - " 15432 :5432"
15
15
16
16
node2 :
17
17
container_name : node2
@@ -22,7 +22,7 @@ services:
22
22
POSTGRES_DB : ' regression'
23
23
NODE_ID : 2
24
24
ports :
25
- - " 5433 :5432"
25
+ - " 15433 :5432"
26
26
27
27
node3 :
28
28
container_name : node3
@@ -33,5 +33,5 @@ services:
33
33
POSTGRES_DB : ' regression'
34
34
NODE_ID : 3
35
35
ports :
36
- - " 5434 :5432"
36
+ - " 15434 :5432"
37
37
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ def test_regression(self):
19
19
'--use-existing' ,
20
20
'--schedule=../../../src/test/regress/parallel_schedule' ,
21
21
'--host=127.0.0.1' ,
22
+ '--port=15432' ,
22
23
'--user=postgres' ,
23
24
'--inputdir=../../../src/test/regress/' ,
24
25
'--outputdir=../../../src/test/regress/' ,
You can’t perform that action at this time.
0 commit comments