Conversation
shyim
force-pushed
the
feat/integrate-sdk
branch
2 times, most recently
from
December 28, 2025 09:27
3405093 to
6fd6853
Compare
shyim
force-pushed
the
feat/integrate-sdk
branch
from
September 14, 2026 13:07
56f92f2 to
2a2cfc9
Compare
✅ Deploy Preview for testcontainers-php ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
…buntu Linux images cannot start on the windows-latest Docker daemon, so the integration suite can never pass there. Setting DOCKER_HOST to the unix socket on Ubuntu made HostResolver return 'localhost', which breaks the MySQL/MariaDB PDO connections and the host assertion. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
NTFS cannot store Unix permission bits, so chmod() and fileperms() only reflect the read-only flag there. Content assertions still run on all platforms. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Extract DockerClientInterface from the socket-based DockerClient and add CliDockerClient, which drives a Docker-compatible binary (docker, podman, nerdctl, ...) via subprocesses. The adapter is selected with TESTCONTAINERS_CLIENT=api|cli and the binary with TESTCONTAINERS_CLI_BINARY, or injected through DockerContainerClient::setDockerClient(). Containers, wait strategies and the host resolver now type against the interface. The OpenSearch wait regex no longer relies on the mangled multiplex frame byte of the HTTP log stream, so it matches for both adapters. CI runs the integration suite once per adapter. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.