-
Notifications
You must be signed in to change notification settings - Fork 37
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
[CI] Add integration test for MariaDB 11.4 and Oracle 19 #2061
Conversation
2cc9c88
to
6c71427
Compare
6c71427
to
753d250
Compare
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.
Left a comment. Other than that, LGTM! Thank you!
@@ -952,6 +952,70 @@ jobs: | |||
name: oracle_18_integration_test_reports_${{ matrix.mode.label }} | |||
path: core/build/reports/tests/integrationTestJdbc | |||
|
|||
integration-test-for-jdbc-oracle-19: |
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.
Since we've added this, we can remove integration-test-for-jdbc-oracle-18
.
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.
Ok, it's revised in d4c15a0
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.
Do we keep Oracle 18 on the CI for already released versions? Do you think about keeping Oracle 18 on the Supported database documentation or replacing it with Oracle 19 ?
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.
I think we can delete Oracle 18 from the supported database documentation. @feeblefakie What do you think?
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.
@brfrn169 I think so. The updated version is in my PR, so let me handle this.
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.
LGTM! Thank you!
@@ -952,6 +952,70 @@ jobs: | |||
name: oracle_18_integration_test_reports_${{ matrix.mode.label }} | |||
path: core/build/reports/tests/integrationTestJdbc | |||
|
|||
integration-test-for-jdbc-oracle-19: |
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.
@brfrn169 I think so. The updated version is in my PR, so let me handle this.
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.
LGTM! 👍
Description
This adds integration tests for MariaDB 11.4 and Oracle 19 in the CI.
Related issues and/or PRs
N/A
Changes made
Checklist
Additional notes (optional)
While there are completely free Oracle DB for commercial use for versions 18, 21 and 23, no free version for Oracle 19 is available. However, we can use it as long as it is for testing purposes.
Release notes
Supports MariaDB 11.4 and Oracle 19.