This PR attempts to improve the testcontainers ergonomics.
Added a new SkipPortValidation on the migration context. This is only used internally and allows skipping the port validation, which is useful with MySQL containers running in docker with a randomly assigned "external" port.
In case this PR introduced Go code changes:
[ ] contributed code is using same conventions as original code
[ ] script/cibuild returns with no formatting errors, build errors or unit test errors.
Description
This PR attempts to improve the testcontainers ergonomics.
SkipPortValidation
on the migration context. This is only used internally and allows skipping the port validation, which is useful with MySQL containers running in docker with a randomly assigned "external" port.script/cibuild
returns with no formatting errors, build errors or unit test errors.