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

Improve test server error handling #1824

Merged
merged 3 commits into from
Aug 1, 2024

Conversation

lawrence-forooghian
Copy link
Collaborator

@lawrence-forooghian lawrence-forooghian commented Jul 30, 2024

A few quality of life improvements. See commit messages for more details.

@lawrence-forooghian lawrence-forooghian force-pushed the improve-test-server-error-handling branch from ca5f49e to 700753b Compare July 30, 2024 08:47
@github-actions github-actions bot temporarily deployed to staging/pull/1824/bundle-report July 30, 2024 08:48 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1824/typedoc July 30, 2024 08:48 Inactive
@github-actions github-actions bot temporarily deployed to staging/pull/1824/features July 30, 2024 08:48 Inactive
The following errors were just being absorbed, making them hard to
notice and debug:

- app.listen throwing a synchronous error (e.g. in the case where you
  specify -1 as a port number)

- app.listen throwing an asynchronous error (e.g. in the EADDRINUSE
  case)
Copy link
Collaborator

@ttypic ttypic left a comment

Choose a reason for hiding this comment

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

LGTM

@lawrence-forooghian lawrence-forooghian merged commit 0977483 into main Aug 1, 2024
14 checks passed
@lawrence-forooghian lawrence-forooghian deleted the improve-test-server-error-handling branch August 1, 2024 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants