Skip to content

Commit f489915

Browse files
fix: increase Docker healthcheck timeouts for CI and fix Spark volume permissions
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>
1 parent 34f9160 commit f489915

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

tests/e2e_dbt_project/docker-compose.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,10 @@ services:
113113
condition: service_healthy
114114
healthcheck:
115115
test: ["CMD-SHELL", "nc -z localhost 9083"]
116-
interval: 5s
116+
interval: 10s
117117
timeout: 5s
118-
retries: 30
119-
start_period: 10s
118+
retries: 60
119+
start_period: 30s
120120

121121
trino-minio:
122122
hostname: minio
@@ -183,7 +183,7 @@ services:
183183
test: ["CMD-SHELL", "curl -sf http://localhost:9000/minio/health/live"]
184184
interval: 5s
185185
timeout: 5s
186-
retries: 10
186+
retries: 30
187187

188188
dremio-minio-setup:
189189
image: minio/mc:RELEASE.2024-01-18T07-03-39Z
@@ -265,6 +265,7 @@ services:
265265
timeout: 5s
266266
retries: 20
267267
start_period: 30s
268+
user: "0"
268269
volumes:
269270
- spark-warehouse:/spark-warehouse/
270271
- ./docker/spark/hive-site.xml:/usr/spark/conf/hive-site.xml

0 commit comments

Comments
 (0)