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

test(ingest): use different mysql test port #2573

Merged
merged 1 commit into from
May 18, 2021

Conversation

hsheth2
Copy link
Collaborator

@hsheth2 hsheth2 commented May 17, 2021

Somehow the 53306 port is often in use on the CI machines and causes
conflicts. This changes to a slightly different port number.

For example, from https://github.com/linkedin/datahub/runs/2604009138:

E           ERROR: for testmysql  Cannot start service testmysql: driver failed programming external connectivity on endpoint testmysql (c764a27faba8d8643e59c223bfe06200665704ac4572e254140387e6aa382080): Error starting userland proxy: listen tcp4 0.0.0.0:53306: bind: address already in use
E           Encountered errors while bringing up the project.
E           """.

Checklist

  • The PR conforms to DataHub's Contributing Guideline (particularly Commit Message Format)
  • Links to related issues (if applicable)
  • Tests for the changes have been added/updated (if applicable)
  • Docs related to the changes have been added/updated (if applicable)

Somehow the 53306 port is often in use on the CI machines and causes
conflicts. This changes to a slightly different port number.

For example, from https://github.com/linkedin/datahub/runs/2604009138:
```
E           ERROR: for testmysql  Cannot start service testmysql: driver failed programming external connectivity on endpoint testmysql (c764a27faba8d8643e59c223bfe06200665704ac4572e254140387e6aa382080): Error starting userland proxy: listen tcp4 0.0.0.0:53306: bind: address already in use
E           Encountered errors while bringing up the project.
E           """.
```
Copy link
Contributor

@shirshanka shirshanka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
But I'm a bit surprised we are hitting bind port issues.
Quite likely we will run into this even after this change because we might be tripping on ourselves here.

@shirshanka shirshanka merged commit f310ff9 into datahub-project:master May 18, 2021
@hsheth2 hsheth2 deleted the test-mysql-port branch November 10, 2022 02:26
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.

2 participants