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

tests: remove common.PORT from client abort #12461

Closed
wants to merge 2 commits into from
Closed

tests: remove common.PORT from client abort #12461

wants to merge 2 commits into from

Commits on Apr 17, 2017

  1. test: change common.PORT to '0' in test/parallel/test-tls-client-abort

    Change common.PORT to '0' to avoid the possibility of getting EADDRINUSE error
    if another test in 'parallel' uses port '0' at the same time.
    z0al committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    60e396c View commit details
    Browse the repository at this point in the history
  2. test: use '0' as port in test-tls-client-abort2

    Remove common.PORT in test-tls-client-abort2 and replace it with '0' to
    eliminate EADDRINUSE errors.
    
    Refs: #12376
    z0al committed Apr 17, 2017
    Configuration menu
    Copy the full SHA
    e6a9f58 View commit details
    Browse the repository at this point in the history