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

Added Log Line : Python extensions listens on port 9003 #22064

Closed
wants to merge 2 commits into from

Conversation

BhavyasriVanka
Copy link

Fixes #21929

@karthiknadig karthiknadig added debt Covers everything internal: CI, testing, refactoring of the codebase, etc. skip tests Updates to tests unnecessary labels Sep 25, 2023
@eleanorjboyd
Copy link
Member

hi @BhavyasriVanka, we have a few more spots with ports that need to be logged. I have included some explanations below. Let me know if you want to keep working on this or I can take over. Thanks!

const runTestIdsPort = await startTestIdServer(testIds);

TEST_PORT: this.getPort().toString(),

TEST_PORT: this.testServer.getPort().toString(),

@eleanorjboyd
Copy link
Member

closing as it has been a month since opening, feel free to comment and I can reopen if you would like to work on this further. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debt Covers everything internal: CI, testing, refactoring of the codebase, etc. skip tests Updates to tests unnecessary
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Python extensions listens on port 9003
3 participants