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 log statements of port forwarding to actually work. #928

Merged

Conversation

rohinb2
Copy link
Contributor

@rohinb2 rohinb2 commented Jun 24, 2024

No description provided.

Copy link
Contributor Author

rohinb2 commented Jun 24, 2024

self.tunnel_proc = None
self.local_bind_port = None
self.remote_bind_port = None

if "ControlMaster" not in port_fwd_cmd:
return
Copy link
Collaborator

Choose a reason for hiding this comment

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

should we also set them to none here too? added this case for docker cluster where the cancel_port_fwd command doesn't work and the tunnel seems to be terminated upon exiting already

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ope ya missed that

@rohinb2 rohinb2 force-pushed the 06-22-Fix_log_statements_of_port_forwarding_to_actually_work branch from d53c25a to c66d50e Compare June 24, 2024 02:20
Copy link
Contributor Author

rohinb2 commented Jun 24, 2024

Merge activity

  • Jun 23, 10:53 PM EDT: @rohinb2 started a stack merge that includes this pull request via Graphite.
  • Jun 23, 10:56 PM EDT: Graphite rebased this pull request as part of a merge.
  • Jun 23, 10:57 PM EDT: @rohinb2 merged this pull request with Graphite.

@rohinb2 rohinb2 force-pushed the 06-22-Split_off_cluster_tests_into_their_own_test_run branch from 168d084 to 7266a53 Compare June 24, 2024 02:54
Base automatically changed from 06-22-Split_off_cluster_tests_into_their_own_test_run to main June 24, 2024 02:55
@rohinb2 rohinb2 force-pushed the 06-22-Fix_log_statements_of_port_forwarding_to_actually_work branch from c66d50e to 631f587 Compare June 24, 2024 02:55
@rohinb2 rohinb2 merged commit 7df5d93 into main Jun 24, 2024
11 of 13 checks passed
@rohinb2 rohinb2 deleted the 06-22-Fix_log_statements_of_port_forwarding_to_actually_work branch June 24, 2024 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants