-
Notifications
You must be signed in to change notification settings - Fork 583
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
Add integration test for Oracle and Batch 5 (Boot 3) #5545
Comments
@felipeg48 is working on this one. |
Oracle Integration testing will be a nightmare without the driver embedded in the application jars.
|
For the momemnt we have a collection of tests that do execute against Oracle with testcontainers and can be extended to cover more cases. |
The idea is to sanity test against Oracle and Batch 5 (which we do not have coverage for currently). I think we would only need to get the Oracle drivers into 1 sample app (timestamp-batch). The same way that we have a boot2 and boot3 version of the apps in SCDF-samples, we would need to add a boot3-oracle app. Then we would need to install it to a private registry rather than hub.docker.com. |
Issue #5534 highlighted the fact that we are not testing a Batch5 (Boot 3) running against Oracle.
We need to add this.
The text was updated successfully, but these errors were encountered: