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 port in use message for unidentified process #22814

Merged
merged 6 commits into from Jul 14, 2023

Conversation

loganrosen
Copy link
Contributor

@loganrosen loganrosen commented Jun 9, 2023

Why

The current message when the port is in use is confusing when the running process cannot be identified; it just says "Port <#> is." This happens for example on Windows/PowerShell where the running process detector does not work. Closes #22774.

How

Added "being used by another process" to the message in the else block.

Test Plan

Had trouble writing a unit test due to the dynamic imports in the function, which don't seem to play well with Jest. However, I was able to test it locally:

image

Checklist

@expo-bot expo-bot added the bot: suggestions ExpoBot has some suggestions label Jun 9, 2023
loganrosen and others added 2 commits June 9, 2023 00:07
Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
@expo-bot expo-bot added bot: passed checks ExpoBot has nothing to complain about and removed bot: suggestions ExpoBot has some suggestions labels Jun 9, 2023
Copy link
Member

@brentvatne brentvatne left a comment

Choose a reason for hiding this comment

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

lgtm, cc @byCedric

@EvanBacon EvanBacon merged commit da41c69 into expo:main Jul 14, 2023
3 of 5 checks passed
@loganrosen loganrosen deleted the loganrosen/port-message branch July 14, 2023 20:43
byCedric pushed a commit that referenced this pull request Jul 18, 2023
# Why

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

The current message when the port is in use is confusing when the
running process cannot be identified; it just says "Port <#> is." This
happens for example on Windows/PowerShell where the running process
detector does not work. Closes #22774.

# How

<!--
How did you build this feature or fix this bug and why?
-->
Added "being used by another process" to the message in the `else`
block.

# Test Plan

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->
Had trouble writing a unit test due to the dynamic imports in the
function, which don't seem to play well with Jest. However, I was able
to test it locally:


![image](https://github.com/expo/expo/assets/512317/6510cfe8-9a23-4355-ab11-7035d89856b3)

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

---------

Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
EvanBacon pushed a commit that referenced this pull request Jul 19, 2023
# Why

<!--
Please describe the motivation for this PR, and link to relevant GitHub
issues, forums posts, or feature requests.
-->

The current message when the port is in use is confusing when the
running process cannot be identified; it just says "Port <#> is." This
happens for example on Windows/PowerShell where the running process
detector does not work. Closes #22774.

# How

<!--
How did you build this feature or fix this bug and why?
-->
Added "being used by another process" to the message in the `else`
block.

# Test Plan

<!--
Please describe how you tested this change and how a reviewer could
reproduce your test, especially if this PR does not include automated
tests! If possible, please also provide terminal output and/or
screenshots demonstrating your test/reproduction.
-->
Had trouble writing a unit test due to the dynamic imports in the
function, which don't seem to play well with Jest. However, I was able
to test it locally:


![image](https://github.com/expo/expo/assets/512317/6510cfe8-9a23-4355-ab11-7035d89856b3)

# Checklist

<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->

- [x] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [x] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [x] This diff will work correctly for `npx expo prebuild` & EAS Build
(eg: updated a module plugin).

---------

Co-authored-by: Expo Bot <34669131+expo-bot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot: passed checks ExpoBot has nothing to complain about
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Confusing message when port is in use on Windows
4 participants