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

Update mysql 8 connection string for localdb tests #4710

Merged
merged 4 commits into from
Aug 28, 2023
Merged

Conversation

dippindots
Copy link
Member

@dippindots dippindots commented Aug 24, 2023

The PR will update the local e2e test with the latest DB connection string and delete outdated ones.

db.driver=com.mysql.jdbc.Driver
db.connection_string=jdbc:mysql://cbioportal-database-container/
db.connection_string=jdbc:mysql://cbioportal-database:3306/cbioportal?useSSL=false&allowPublicKeyRetrieval=true
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

@inodb In my understanding, using a custom container name and service name is the same, in this case, we are using the service name, I just wanted to keep in sync with other places we have:
https://github.com/cBioPortal/cbioportal-docker-compose/pull/22/files
https://github.com/cBioPortal/cbioportal/pull/10037/files#diff-65ae1168eecd2c82b28b52c8a2c70866716e326bfa781144b33f0d74909103d9R49

@dippindots dippindots requested a review from inodb August 28, 2023 14:22
Copy link
Contributor

@pvannierop pvannierop left a comment

Choose a reason for hiding this comment

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

Yes, changes are correct.

@dippindots dippindots merged commit 375c2c7 into master Aug 28, 2023
15 of 16 checks passed
@dippindots dippindots deleted the mysql8-test branch August 28, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
3 participants