Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Fix failing test pipeline #36

@mprokopov

Description

@mprokopov

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions