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

Update UI integration tests to use non-standard port #1024

Merged
merged 1 commit into from
Oct 30, 2020

Conversation

akchinSTC
Copy link
Member

Current UI tests will fail if jupyter lab or any other application
is using port 8888. The issue is resolved by using an explicit
non-registered port >=49152

Fixes #1011

Current UI tests will fail if jupyter lab or any other application
is using port 8888. The issue is resolved by Using an explicit
non-registered port >=49152

Fixes elyra-ai#1011
@elyra-bot
Copy link

elyra-bot bot commented Oct 30, 2020

Thanks for making a pull request to Elyra!

To try out this branch on binder, follow this link: Binder

Copy link
Member

@marthacryan marthacryan left a comment

Choose a reason for hiding this comment

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

I actually added this into #1020 but it'd just be on the jupyterlab3 branch so this is probably a better idea :) Aside from the port number this is exactly what I changed so LGTM

@akchinSTC
Copy link
Member Author

I actually added this into #1020 but it'd just be on the jupyterlab3 branch so this is probably a better idea :) Aside from the port number this is exactly what I changed so LGTM

Saw that after...lol...my bad. Anywho, perhaps using a port in the dynamic range would be better in the long run to avoid any issues with any other applications.

Copy link
Member

@karlaspuldaro karlaspuldaro left a comment

Choose a reason for hiding this comment

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

Thanks Alan. LGTM.

@lresende lresende merged commit 0dfad9f into elyra-ai:master Oct 30, 2020
@lresende lresende mentioned this pull request Nov 1, 2020
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.

Integration tests don't run if port is being used
4 participants