Skip to content

Commit 2aa93d0

Browse files
committed
Try to fix tests
1 parent fe01317 commit 2aa93d0

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docker-compose-tests.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ services:
1818
volumes:
1919
- ./tests_override.xml:/bitnami/clickhouse/etc/conf.d/override.xml:ro
2020
healthcheck:
21-
test: ["CMD-SHELL", "sleep 15"]
22-
interval: 15s
21+
test: ["CMD", "true"]
22+
interval: 5s
2323
timeout: 1s
2424
retries: 1
25-
start_period: 0s
25+
start_period: 15s
2626

2727
mysql_db:
2828
image: mysql:8.4.3
@@ -37,11 +37,11 @@ services:
3737
networks:
3838
- default
3939
healthcheck:
40-
test: ["CMD-SHELL", "sleep 15"]
41-
interval: 15s
40+
test: ["CMD", "true"]
41+
interval: 5s
4242
timeout: 1s
4343
retries: 1
44-
start_period: 0s
44+
start_period: 15s
4545

4646
mariadb_db:
4747
image: mariadb:11.5.2
@@ -56,11 +56,11 @@ services:
5656
volumes:
5757
- ./test_mariadb.cnf:/etc/mysql/my.cnf:ro # Adjust path to MariaDB config location if needed
5858
healthcheck:
59-
test: ["CMD-SHELL", "sleep 15"]
60-
interval: 15s
59+
test: ["CMD", "true"]
60+
interval: 5s
6161
timeout: 1s
6262
retries: 1
63-
start_period: 0s
63+
start_period: 15s
6464

6565
replicator:
6666
build:

0 commit comments

Comments
 (0)