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

App test doesn't free server port. #152

Closed
6 tasks
gladcow opened this issue Sep 26, 2019 · 1 comment
Closed
6 tasks

App test doesn't free server port. #152

gladcow opened this issue Sep 26, 2019 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@gladcow
Copy link

gladcow commented Sep 26, 2019

Bug Description
Ports 3939 and 4040 a busy after tests/app_test is completed.

Impacts

  • [*] API (the application programming interface)
  • Build (the build process or something prior to compiled code)
  • CLI (the command line wallet)
  • [*] Deployment (the deployment process after building such as Docker, Gitlab, etc.)
  • [*] P2P (the peer-to-peer network for transaction/block propagation)
  • Performance (system or user efficiency, etc.)
  • Protocol (the blockchain logic, consensus, validation, etc.)
  • Security (the security of system or user data, etc.)
  • [*] UX (the User Experience)
  • Other (please add below)

Steps To Reproduce
Start tests\app_test twice, one after other. Second run is failed due to busy ports

Expected Behavior
Both test starts should be successful

Host Environment

  • Host OS: Ubuntu 18.04 LTS
  • Host Physical RAM 16GB
  • SSL: OpenSSL 1.1.1 11 Sep 2018
  • Boost: 1.67
@bobinson bobinson added the bug Something isn't working label Sep 26, 2019
@bobinson
Copy link

fixed by #154

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants