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: inaccessible host: "[hostname]" at port "[port]" #84

Merged
merged 1 commit into from
Jul 12, 2022

Conversation

teklakct
Copy link
Contributor

Unfortunately, in #81 I introduced a bug.

There is an error, when --watch flag is used and the Dynalite is started only once before all tests cases.

When the server is starting there is no worker ready yet, so it starts on basePort,
but after rerun workers are available and the server is wanted at basePort + worker ID.

This produces the following error:

Inaccessible host: localhost' at port 8000'. This service may not be available in the `local' region.

@teklakct teklakct changed the title fix: inaccessible host: localhost' at port 8000' fix: inaccessible host: localhost' at port 8000` Jul 12, 2022
@teklakct teklakct changed the title fix: inaccessible host: localhost' at port 8000` fix: inaccessible host: "[hostname]" at port "[port]" Jul 12, 2022
@coveralls
Copy link

coveralls commented Jul 12, 2022

Pull Request Test Coverage Report for Build 2656562121

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details

  • 1 of 1 (100.0%) changed or added relevant line in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 88.667%

Totals Coverage Status
Change from base Build 2434356302: 0.0%
Covered Lines: 196
Relevant Lines: 210

💛 - Coveralls

@freshollie freshollie merged commit 162adde into freshollie:master Jul 12, 2022
@freshollie
Copy link
Owner

Released as v3.6.1

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

Successfully merging this pull request may close these issues.

4 participants