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

fix: skip testFindAndDeleteWithOrderBy using OrderBy on Oracle #30443

Draft
wants to merge 1 commit into
base: integration
Choose a base branch
from

Conversation

KyleAure
Copy link
Member

@KyleAure KyleAure commented Dec 19, 2024

Known issue #28545

@KyleAure
Copy link
Member Author

Switching this PR to draft. Might be resolved by #30426

@KyleAure KyleAure marked this pull request as draft December 19, 2024 19:31
@@ -1988,6 +1988,7 @@ public void testFindAndDeleteReturnsObjects() {
* OrderBy annotation.
*/
@Test
@SkipIfSysProp(DB_Oracle) //TODO Eclipse link SQL Generation bug on Oracle: https://github.com/OpenLiberty/open-liberty/issues/28545
Copy link
Contributor

Choose a reason for hiding this comment

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

28545 was recently fixed. We will need to replace 28545 with a new issue number for different EclipseLink bug, once opened...

@@ -1988,6 +1988,7 @@ public void testFindAndDeleteReturnsObjects() {
* OrderBy annotation.
*/
@Test
@SkipIfSysProp(DB_Oracle) //TODO Eclipse link SQL Generation bug on Oracle: https://github.com/OpenLiberty/open-liberty/issues/28545
Copy link
Contributor

Choose a reason for hiding this comment

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

New issue 30444 is probably the one you want here:

Suggested change
@SkipIfSysProp(DB_Oracle) //TODO Eclipse link SQL Generation bug on Oracle: https://github.com/OpenLiberty/open-liberty/issues/28545
@SkipIfSysProp(DB_Oracle) //TODO Eclipse link SQL Generation bug on Oracle: https://github.com/OpenLiberty/open-liberty/issues/30444

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants