-
Notifications
You must be signed in to change notification settings - Fork 244
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
Port-forward Debug endpoints only when running odo dev
with --debug
#6505
Port-forward Debug endpoints only when running odo dev
with --debug
#6505
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for odo-docusaurus-preview canceled.
|
…s debug endpoints only if told so
ab5d06d
to
5df760a
Compare
…in Node.JS sample projects '--inspect-brk' stops the execution at the start of the command (waiting for a debugger to attach to it) while '--inspect' does not. We need the application to be started regardless of whether a debugger is attached or not, as we are testing that we can communicate with the forwarded ports.
5df760a
to
b87936e
Compare
…ed debug port until [1] is fixed We can work on fixing the issue on Podman in a separate PR. [1] redhat-developer#6510
Kudos, SonarCloud Quality Gate passed!
|
I added a test on Podman to check the access to the forwarded debug port, but it does not pass for some reason. See #6510 |
debug
endpoints only when running odo dev
with --debug
odo dev
with --debug
/override ci/prow/v4.11-integration-e2e Flaky test
|
@feloy: Overrode contexts on behalf of feloy: ci/prow/v4.11-integration-e2e In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@rm3l: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What type of PR is this:
/kind feature
What does this PR do / why we need it:
Which issue(s) this PR fixes:
Fixes #6254
PR acceptance criteria:
Unit test
Integration test
Documentation
How to test changes / Special notes to the reviewer: