Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mapped_socket_folder to allow for socket-based DB testing #196

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

schlessera
Copy link
Member

To be able to run tests against multiple DB versions for wp-cli/config-command#171, we need a way of mounting a socket file within a MySQL Docker container into the surrouding host system.

This PR adds a folder that will always exist so that a bind mount can be established to mount the folder containing the socket file (the socket file cannot be mounted directly).

@schlessera schlessera requested a review from a team as a code owner December 20, 2023 16:12
@schlessera schlessera added this to the 4.2.7 milestone Dec 20, 2023
@schlessera schlessera merged commit fac747f into main Dec 20, 2023
65 checks passed
@schlessera schlessera deleted the add/socket-mapping-folder branch December 20, 2023 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant