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

Enabled ignored and disabled tests #135

Merged
merged 8 commits into from
Oct 18, 2022

Conversation

GumpacG
Copy link

@GumpacG GumpacG commented Oct 17, 2022

Description

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

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.

Guian Gumpac added 7 commits October 12, 2022 11:30
Signed-off-by: Guian Gumpac <[email protected]>
…est and enabled can_serialize_and_deserialize_functions

Signed-off-by: Guian Gumpac <[email protected]>
Signed-off-by: Guian Gumpac <[email protected]>
@codecov
Copy link

codecov bot commented Oct 17, 2022

Codecov Report

❗ No coverage uploaded for pull request base (integ-fix-disabled-sql-tests@c3840b6). Click here to learn what that means.
The diff coverage is n/a.

@@                       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           
Flag Coverage Δ
query-workbench 62.76% <0.00%> (?)
sql-engine 97.90% <0.00%> (?)

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

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.

Copy link
Author

Choose a reason for hiding this comment

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

Thanks. Added in ac3667f

@GumpacG GumpacG merged commit d8417a9 into integ-fix-disabled-sql-tests Oct 18, 2022
@GumpacG GumpacG deleted the dev-fix-disabled-sql-tests branch October 18, 2022 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants