-
Notifications
You must be signed in to change notification settings - Fork 0
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
Enabled ignored and disabled tests #135
Enabled ignored and disabled tests #135
Conversation
Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
…est and enabled can_serialize_and_deserialize_functions Signed-off-by: Guian Gumpac <[email protected]>
…stSortWithNullValue Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
Codecov Report
@@ Coverage Diff @@
## integ-fix-disabled-sql-tests #135 +/- ##
===============================================================
Coverage ? 95.10%
Complexity ? 3072
===============================================================
Files ? 303
Lines ? 8246
Branches ? 609
===============================================================
Hits ? 7842
Misses ? 350
Partials ? 54
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -75,7 +75,6 @@ protected Request getSqlRequest(String request, boolean explain) { | |||
return sqlRequest; | |||
} | |||
|
|||
@Ignore("Index type is removed in OpenSearch 7+") | |||
@Test |
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.
Comment to warn that this is testing deprecated feature.
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.
Thanks. Added in ac3667f
Signed-off-by: Guian Gumpac <[email protected]>
Description
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.