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

Add support for Oracle fault tolerant execution #17200

Merged
merged 3 commits into from
May 11, 2023
Merged

Add support for Oracle fault tolerant execution #17200

merged 3 commits into from
May 11, 2023

Conversation

chenjian2664
Copy link
Contributor

@chenjian2664 chenjian2664 commented Apr 24, 2023

Description

Additional context and related issues

Fixes #17199

Release notes

(x) Release notes are required, with the following suggested text:

# Oracle
* Add support for writes when [fault-tolerant
  execution](/admin/fault-tolerant-execution) is enabled. ({issue}`17200`)

@cla-bot cla-bot bot added the cla-signed label Apr 24, 2023
@chenjian2664 chenjian2664 self-assigned this Apr 24, 2023
@ebyhr ebyhr requested review from losipiuk and removed request for ebyhr April 25, 2023 00:53
@@ -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 }
Copy link
Member

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

Copy link
Member

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?

Copy link
Member

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.

@losipiuk losipiuk requested a review from mwd410 April 25, 2023 19:45
Copy link
Member

@hashhar hashhar left a 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

.github/workflows/ci.yml Outdated Show resolved Hide resolved
plugin/trino-oracle/pom.xml Outdated Show resolved Hide resolved
chenjian2664 and others added 2 commits May 10, 2023 21:26
@hashhar hashhar merged commit 7c2a489 into trinodb:master May 11, 2023
@hashhar hashhar mentioned this pull request May 11, 2023
@github-actions github-actions bot added this to the 418 milestone May 11, 2023
@chenjian2664 chenjian2664 deleted the oracle_fte_tests branch May 23, 2023 02:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Add support for Oracle fault tolerant execution
3 participants