Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
reshke committed Apr 4, 2024
1 parent e7c1e7c commit 2585a43
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/drivers/gorm-regress/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- "6432:6432"
environment:
- ROUTER_CONFIG=/spqr/test/regress/conf/router.yaml
- ROUTER_LOG='router1.log'
hostname: regress_router
container_name: regress_router
depends_on:
Expand Down Expand Up @@ -83,4 +84,4 @@ services:
EXTRA_PARAMS: client_encoding=UTF8
depends_on:
- router
- qdb01
- qdb01
3 changes: 2 additions & 1 deletion test/drivers/hibernate-regress/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- "6432:6432"
environment:
- ROUTER_CONFIG=/spqr/test/regress/conf/router.yaml
- ROUTER_LOG='router1.log'
hostname: regress_router
container_name: regress_router
depends_on:
Expand Down Expand Up @@ -82,4 +83,4 @@ services:
container_name: regress_tests
depends_on:
- router
- qdb01
- qdb01
3 changes: 2 additions & 1 deletion test/drivers/jdbc-regress/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- "6432:6432"
environment:
- ROUTER_CONFIG=/spqr/test/regress/conf/router.yaml
- ROUTER_LOG='router1.log'
hostname: regress_router
container_name: regress_router
depends_on:
Expand Down Expand Up @@ -76,4 +77,4 @@ services:
hostname: regress_tests
container_name: regress_tests
depends_on:
- coordinator
- coordinator
1 change: 1 addition & 0 deletions test/regress/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- "6432:6432"
environment:
- ROUTER_CONFIG=/spqr/test/regress/conf/router.yaml
- ROUTER_LOG='router1.log'
hostname: regress_router
container_name: regress_router
depends_on:
Expand Down
1 change: 1 addition & 0 deletions test/stress/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
- "6432:6432"
environment:
- ROUTER_CONFIG=/spqr/test/stress/router.yaml
- ROUTER_LOG='router1.log'
hostname: stress_router
container_name: stress_router
depends_on:
Expand Down

0 comments on commit 2585a43

Please sign in to comment.