-
Notifications
You must be signed in to change notification settings - Fork 600
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
base: integration
Are you sure you want to change the base?
fix: skip testFindAndDeleteWithOrderBy using OrderBy on Oracle #30443
Conversation
Switching this PR to draft. Might be resolved by #30426 |
@@ -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 |
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.
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 |
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.
New issue 30444 is probably the one you want here:
@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 |
release bug
label if applicable: https://github.com/OpenLiberty/open-liberty/wiki/Open-Liberty-Conventions).Known issue #28545