PrestaShop / prestashop-flashlight

A docker based testing utility for PrestaShop
MIT License
22 stars 8 forks source link

Review healthchecks for mariadb:lts #112

Closed jokesterfr closed 1 month ago

jokesterfr commented 1 month ago
Questions Answers
Description? Mariadb LTS recently changed, and our healthcheck assumptions in the docker-compose examples are now wrong. This adjustment simplifies and restore the way Flashlight will wait Mariadb to be healthy & running before starting.
Type? improvement
BC breaks? no
Deprecations? no
Fixed ticket? Fixes #110
How to test? cd ./examples/basic-example && docker-compose up