You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(kafka,redpanda): support for waiting for mapped ports without external checks (testcontainers#3165)
* fix(kafka): waiting for mapped port without trying to connect to it (which is not possible due to Kafka is not started at that point of time) in container post start hook which prepares configuration for Kafka (fix for testcontainers#2748).
Signed-off-by: Marat Abrarov <[email protected]>
* fix(redpanda): waiting for mapped ports without trying to connect to them (which is not possible due to Redpanda is not started at that point of time) in container post start hook before preparing configuration for Redpanda which requires completion of port mapping (fix for testcontainers#2748).
Signed-off-by: Marat Abrarov <[email protected]>
* fix(redpanda): UNIX path for target file when copying files into container with Redpanda (which is Linux based) to run correctly when host OS is Windows.
Signed-off-by: Marat Abrarov <[email protected]>
* fix(redpanda): support of remote Docker Engine in tests utilizing TLS.
Signed-off-by: Marat Abrarov <[email protected]>
* chore(redpanda): unused const removed.
Signed-off-by: Marat Abrarov <[email protected]>
* docs(wait): skipping external check when waiting for listening port, waiting for port mapping completion.
Signed-off-by: Marat Abrarov <[email protected]>
---------
Signed-off-by: Marat Abrarov <[email protected]>
0 commit comments