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

Cannot override appium:wdaLocalPort #1486

Open
Yoodahun opened this issue Dec 19, 2024 · 4 comments
Open

Cannot override appium:wdaLocalPort #1486

Yoodahun opened this issue Dec 19, 2024 · 4 comments

Comments

@Yoodahun
Copy link
Contributor

Describe the bug

I’m having trouble overriding the appium:wdaLocalPort

I’m running parallel tests, and sometimes I found that some iOS devices freeze for a moment and then restart WDA. I think It looks like a deadlock issue happens depending on the timing of the wdaLocalPort assignment dynamically during parallel runs.

So, I tried setting the wdaLocalPort manually (appium:wdaLocalPort) to check this, but it didn’t work. Could you please check this?

Link to Appium logs

스크린샷 2024-12-19 오후 6 00 18

Environment

  1. Appium version (or git revision) that exhibits the issue: 2.13.x
@Yoodahun
Copy link
Contributor Author

same issue mjpegServerPort

@saikrishna321 @sudharsan-selvaraj

@saikrishna321
Copy link
Member

@Yoodahun None of these are configurable. WDA port is assigned for a device at the start. I don't think your issue has anything to do with ports.

@Yoodahun
Copy link
Contributor Author

Yoodahun commented Dec 23, 2024

@saikrishna321
I just wanted to try overriding wdaLocalPort and mjpegServerPort to figure out my issue. but it didn't work out, so I opened an issue about it.

I've seen similar questions #1484

Is it impossible to override them?

@saikrishna321
Copy link
Member

@Yoodahun We need to change the port allocation to pick a range of ports. If that is going to work.

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

No branches or pull requests

2 participants