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

fix!: port forwarding clean up and make private #2881

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

stevenh
Copy link
Contributor

@stevenh stevenh commented Nov 7, 2024

Ensure that when the port forward container is shutdown all forwarding is also stopped by switching to a context to handle cancellation correctly.

Ensure that port forwarding connection attempts are cancelled correctly when the container context is cancelled, previously these could wait for a longer timeout.

Don't cancel port forwarding when the context used to start a container is cancelled as this is unexpected behaviour as its a non-explicit use of the context after the function has returned.

Ensure forwarding clean up errors are reported on container stop and termination.

Ensure port forwarding connections are cleaned up if one of the requested ports reports an error on setup.

Port forwarding test style clean up.

Update sshd module to the latest version.

BREAKING_CHANGE: make port forwarding type and constructor private.

Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for testcontainers-go ready!

Name Link
🔨 Latest commit 8516ea5
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/672cc366b53fa10008f4a3ce
😎 Deploy Preview https://deploy-preview-2881--testcontainers-go.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@stevenh stevenh force-pushed the fix/port-forwarding-clean-up branch from 99df594 to ee68d00 Compare November 7, 2024 13:38
Ensure that when the port forward container is shutdown all forwarding
is also stopped by switching to a context to handle cancellation
correctly.

Ensure that port forwarding connection attempts are cancelled correctly
when the container context is cancelled, previously these could wait
for a longer timeout.

Don't cancel port forwarding when the context used to start a container
is cancelled as this is unexpected behaviour as its a non-explicit use
of the context after the function has returned.

Ensure forwarding clean up errors are reported on container stop and
termination.

Ensure port forwarding connections are cleaned up if one of the
requested ports reports an error on setup.

Port forwarding test style clean up.

Update sshd module to the latest version.

BREAKING_CHANGE: make port forwarding type and constructor private.
@stevenh stevenh force-pushed the fix/port-forwarding-clean-up branch from ee68d00 to 8516ea5 Compare November 7, 2024 13:40
@stevenh stevenh marked this pull request as ready for review November 7, 2024 13:40
@stevenh stevenh requested a review from a team as a code owner November 7, 2024 13:40
@stevenh stevenh requested a review from mdelapenya November 7, 2024 15:01
@mdelapenya mdelapenya self-assigned this Nov 7, 2024
@mdelapenya mdelapenya added the breaking change Causing compatibility issues. label Nov 7, 2024
Copy link
Member

@mdelapenya mdelapenya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@stevenh stevenh merged commit d872060 into main Nov 7, 2024
122 checks passed
@stevenh stevenh deleted the fix/port-forwarding-clean-up branch November 7, 2024 16:07
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Nov 19, 2024
* main: (34 commits)
  fix: only upload to sonar on ubuntu-latest (testcontainers#2891)
  fix: build artifact name properly (testcontainers#2890)
  fix: do not run sonar upload when ryuk is disabled (testcontainers#2889)
  fix: update GH actions for uploading/downloading artifacts (testcontainers#2888)
  feat(ci): Enable master moby with rootless (testcontainers#2880)
  fix(redpanda): temporary file use
  chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.8 (testcontainers#2676)
  chore(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3 (testcontainers#2885)
  fix!: port forwarding clean up and make private (testcontainers#2881)
  chore: resolve AWS deprecations for localstack (testcontainers#2879)
  docs: fix new lifecycle hooks section (testcontainers#2875)
  fix: host access port instability (testcontainers#2867)
  feat: add build to life cycle hooks (testcontainers#2653)
  fix: typo in containerd integration (testcontainers#2873)
  chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2 (testcontainers#2806)
  chore: use testify instead of t.Error (testcontainers#2871)
  ci: enable perfsprint linter (testcontainers#2872)
  chore(deps): bump mkdocs-markdownextradata-plugin from 0.2.5 to 0.2.6 (testcontainers#2807)
  chore: use testcontainers.RequireContainerExec (testcontainers#2870)
  chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1 (testcontainers#2868)
  ...
mdelapenya added a commit to mdelapenya/testcontainers-go that referenced this pull request Nov 21, 2024
* main: (76 commits)
  fix(influxdb): Respect custom waitStrategy (testcontainers#2845)
  fix: only upload to sonar on ubuntu-latest (testcontainers#2891)
  fix: build artifact name properly (testcontainers#2890)
  fix: do not run sonar upload when ryuk is disabled (testcontainers#2889)
  fix: update GH actions for uploading/downloading artifacts (testcontainers#2888)
  feat(ci): Enable master moby with rootless (testcontainers#2880)
  fix(redpanda): temporary file use
  chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.8 (testcontainers#2676)
  chore(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3 (testcontainers#2885)
  fix!: port forwarding clean up and make private (testcontainers#2881)
  chore: resolve AWS deprecations for localstack (testcontainers#2879)
  docs: fix new lifecycle hooks section (testcontainers#2875)
  fix: host access port instability (testcontainers#2867)
  feat: add build to life cycle hooks (testcontainers#2653)
  fix: typo in containerd integration (testcontainers#2873)
  chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2 (testcontainers#2806)
  chore: use testify instead of t.Error (testcontainers#2871)
  ci: enable perfsprint linter (testcontainers#2872)
  chore(deps): bump mkdocs-markdownextradata-plugin from 0.2.5 to 0.2.6 (testcontainers#2807)
  chore: use testcontainers.RequireContainerExec (testcontainers#2870)
  ...
ttruongatl pushed a commit to ttruongatl/testcontainers-go that referenced this pull request Feb 15, 2025
Ensure that when the port forward container is shutdown all forwarding
is also stopped by switching to a context to handle cancellation
correctly.

Ensure that port forwarding connection attempts are cancelled correctly
when the container context is cancelled, previously these could wait
for a longer timeout.

Don't cancel port forwarding when the context used to start a container
is cancelled as this is unexpected behaviour as its a non-explicit use
of the context after the function has returned.

Ensure forwarding clean up errors are reported on container stop and
termination.

Ensure port forwarding connections are cleaned up if one of the
requested ports reports an error on setup.

Port forwarding test style clean up.

Update sshd module to the latest version.

BREAKING_CHANGE: make port forwarding type and constructor private.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Causing compatibility issues.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants