Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Acceptance tests failing on docker timeout #200

Closed
Nana-EC opened this issue Jun 13, 2022 · 0 comments · Fixed by #199
Closed

Acceptance tests failing on docker timeout #200

Nana-EC opened this issue Jun 13, 2022 · 0 comments · Fixed by #199
Assignees
Labels
bug Something isn't working P1 process Build, test and deployment-process related tasks
Milestone

Comments

@Nana-EC
Copy link
Collaborator

Nana-EC commented Jun 13, 2022

Description

Acceptance tests started failing on

node:events:505
      throw er; // Unhandled 'error' event
      ^
Error: connect ECONNREFUSED 127.0.0.1:5600
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
Emitted 'error' event on Socket instance at:
    at emitErrorNT (node:internal/streams/destroy:157:8)
    at emitErrorCloseNT (node:internal/streams/destroy:122:3)
    at processTicksAndRejections (node:internal/process/task_queues:83:21) {
  errno: -111,
  code: 'ECONNREFUSED',
  syscall: 'connect',
  address: '127.0.0.1',
  port: 5600
}

This results in a

Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance.spec.ts)

Steps to reproduce

  1. Run acceptance tests in github action

Additional context

No response

Hedera network

other

Version

v0.2.0-SNAPSHOT

Operating system

No response

@Nana-EC Nana-EC added bug Something isn't working P1 process Build, test and deployment-process related tasks labels Jun 13, 2022
@Nana-EC Nana-EC added this to the 0.2.0 milestone Jun 13, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working P1 process Build, test and deployment-process related tasks
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants