-
Notifications
You must be signed in to change notification settings - Fork 3k
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 support for Oracle fault tolerant execution #17200
Conversation
.github/workflows/ci.yml
Outdated
@@ -571,6 +571,7 @@ jobs: | |||
- { modules: plugin/trino-mysql } | |||
- { modules: plugin/trino-mysql, profile: fte-tests } | |||
- { modules: plugin/trino-oracle } | |||
- { modules: plugin/trino-oracle, profile: fte-tests } |
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.
please rebase on master and see a9aa9d0 to combine fte-tests together as normal module tests if they don't take very long to run.
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.
Updated
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.
So didn't it make sense to combine fte and non-fte tests?
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.
Can be combined. It's 18m for normal test + 8min for FTE.
...e/src/test/java/io/trino/plugin/oracle/TestOracleTaskFailureRecoveryWithPoolEnabledTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/BaseOracleFailureRecoveryTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-oracle/src/test/java/io/trino/plugin/oracle/BaseOracleFailureRecoveryTest.java
Outdated
Show resolved
Hide resolved
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 % not needed profiles
Co-authored-by: Ashhar Hasan <[email protected]>
Co-authored-by: Ashhar Hasan <[email protected]>
Description
Additional context and related issues
Fixes #17199
Release notes
(x) Release notes are required, with the following suggested text: