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

EADDRINUSE for test-port=0 suggests test-port not always respected (7357 still attempted to be used) #10065

Open
runspired opened this issue Oct 30, 2022 · 0 comments

Comments

@runspired
Copy link
Contributor

I've been noticing this on most test-runs for EmberData recently.

tests/main test:try-one: ERROR Summary:
tests/main test:try-one:   - broccoliBuilderErrorStack: [undefined]
tests/main test:try-one:   - code: EADDRINUSE
tests/main test:try-one:   - codeFrame: [undefined]
tests/main test:try-one:   - errorMessage: listen EADDRINUSE: address already in use :::7357
tests/main test:try-one:   - errorType: [undefined]
tests/main test:try-one:   - location:
tests/main test:try-one:     - column: [undefined]
tests/main test:try-one:     - file: [undefined]
tests/main test:try-one:     - line: [undefined]
tests/main test:try-one:   - message: listen EADDRINUSE: address already in use :::7357
tests/main test:try-one:   - name: Error
tests/main test:try-one:   - nodeAnnotation: [undefined]
tests/main test:try-one:   - nodeName: [undefined]
tests/main test:try-one:   - originalErrorMessage: [undefined]
tests/main test:try-one:   - stack: Error: listen EADDRINUSE: address already in use :::7357
tests/main test:try-one:     at Server.setupListenHandle [as _listen2] (node:net:1485:16)
tests/main test:try-one:     at listenInCluster (node:net:1533:12)
tests/main test:try-one:     at Server.listen (node:net:1621:7)
tests/main test:try-one:     at /home/runner/work/data/data/node_modules/.pnpm/testem@3.9.0/node_modules/testem/lib/server/index.js:65:19
tests/main test:try-one:     at Promise._execute 
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

1 participant