-
Notifications
You must be signed in to change notification settings - Fork 54
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: Issue with sql pool #181
fix: Issue with sql pool #181
Conversation
@tuncaytunc-zf do you know, why this wasn't catched by any tests? Is it even possible to fetch this by any kind of test? |
Fully agree. I also wanted to create a few black box tests for the image (which can be only additional tests to what you mentioned) and what limits me is that with the image you have to use azure vault and I can not mock it because of hardcoded domain name in AzureVault.java
If no security reason is against this, I would propose to make this configurable. |
Probably this bug was made by Gradle migration. Unfortunately our tests don't cover so much, in our business-test we just test one image "edc-controlplane-postgresql-hashicorp-vault". This is not the only bug we couldn't catch, there were many others too which could be caught when we would have more tests in place. |
Thanks why I raised this one The business tests runs only on a specific configuration, If we could leverage the Helm testing framework for checking the other charts variants probably would be a good idea |
Of course we need more tests but starting such a fundamental discussion on such a minor bugfix makes no sense for me. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi all, let's focus on the fix first, as Tuncay said.
…ol-issue fix: Issue with sql pool
fix: Issue with sql pool
Fixes the issue with sql pool by adding the missing dependencies.
Fixes the issue: #180