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

httpServerRejectsOnAddrInUse is flaky #16044

Closed
dsherret opened this issue Sep 26, 2022 · 1 comment
Closed

httpServerRejectsOnAddrInUse is flaky #16044

dsherret opened this issue Sep 26, 2022 · 1 comment
Labels
flaky a test is not reliable or determinstic

Comments

@dsherret
Copy link
Member

ERRORS 

httpServerRejectsOnAddrInUse => ./cli/tests/unit/flash_test.ts:60:6
error: AddrInUse: Only one usage of each socket address (protocol/network address/port) is normally permitted. (os error 10048)
    at <anonymous> (deno:core/01_core.js:322:38)

./cli/tests/unit/flash_test.ts (uncaught error)
error: (in promise) AssertionError: Expected function to reject.
    throw new AssertionError(
          ^
    at assertRejects (file:///C:/actions-runner/work/deno/deno/test_util/std/testing/asserts.ts:791:11)
This error was not caught from a test and caused the test runner to fail on the referenced module.
It most likely originated from a dangling promise, event/timeout handler or top-level code.

https://github.com/denoland/deno/actions/runs/3112770753/jobs/5046571433

@bartlomieju
Copy link
Member

Resolved by #18568

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky a test is not reliable or determinstic
Projects
None yet
Development

No branches or pull requests

2 participants