OXIDprojects / oxid-console

OXID Community Console is a php console application for OXID Shop. It provides an API for writing various commands. We have shipped very common for every oxid shop project commands out of the box.
MIT License
7 stars 5 forks source link

Fix failing test pipeline #36

Open mprokopov opened 3 years ago

mprokopov commented 3 years ago

Fix the issue with GitHub actions, which probably caused by some timeout database needs for connection.

ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)

Another issue could be in usage DB_HOST: "127.0.0.1", that tells MySQL client to use network instead of a socket.

It would be nice to decomplect a pipeline a bit. Use a separate container to launch a database sidecar.