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

Fix failing integration tests #11246

Closed

Conversation

onursumer
Copy link
Member

@onursumer onursumer commented Dec 2, 2024

Fix missing parameters for DB connection and the migration script

@alisman alisman added the RFC80 label Dec 3, 2024
@onursumer onursumer force-pushed the increase-response-timeout branch 5 times, most recently from d050f91 to 9b580f7 Compare December 4, 2024 19:52
@onursumer onursumer force-pushed the increase-response-timeout branch 2 times, most recently from 823c2ae to c1d0517 Compare December 4, 2024 21:18
Copy link

sonarcloud bot commented Dec 4, 2024

@onursumer onursumer changed the title Increase timeout Fix failing integration tests Dec 4, 2024
Comment on lines +48 to +51
sed 'a spring.datasource.driver-class-name=com.mysql.jdbc.Driver' | \
sed 'a spring.datasource.url=jdbc:mysql://cbioportal-database:3306/cbioportal?useSSL=false' | \
sed 'a spring.datasource.username=cbio_user' | \
sed 'a spring.datasource.password=somepassword' \
Copy link
Member Author

Choose a reason for hiding this comment

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

This is a workaround to add legacy properties which are needed by migrate.py script. This is required for now because migration script is in the separate cbioportal-core repo.

@onursumer onursumer marked this pull request as ready for review December 4, 2024 21:33
@onursumer
Copy link
Member Author

#11256 fixes the integration tests, closing this one.

@onursumer onursumer closed this Dec 4, 2024
@onursumer onursumer deleted the increase-response-timeout branch December 4, 2024 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants