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

[Backport main] #907 - enable windows and macos CI for sql and workbench #962

Merged

Conversation

derek-ho
Copy link
Collaborator

feat: enable ci for windows and macos
(cherry picked from commit 0699baa)
Signed-off-by: Derek Ho [email protected]

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

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.

…s-macos

feat: enable ci for windows and macos
(cherry picked from commit 0699baa)
Signed-off-by: Derek Ho <[email protected]>
@derek-ho derek-ho requested a review from a team as a code owner October 25, 2022 18:30
@codecov-commenter
Copy link

codecov-commenter commented Oct 25, 2022

Codecov Report

Merging #962 (786d19b) into main (e733e7b) will decrease coverage by 32.06%.
The diff coverage is n/a.

@@              Coverage Diff              @@
##               main     #962       +/-   ##
=============================================
- Coverage     94.83%   62.76%   -32.07%     
=============================================
  Files           291       10      -281     
  Lines          7795      658     -7137     
  Branches        568      119      -449     
=============================================
- Hits           7392      413     -6979     
+ Misses          349      192      -157     
+ Partials         54       53        -1     
Flag Coverage Δ
query-workbench 62.76% <ø> (ø)
sql-engine ?

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...arch/sql/expression/aggregation/SumAggregator.java
...ssion/operator/arthmetic/MathematicalFunction.java
...g/opensearch/sql/data/utils/ExprValueOrdering.java
...rch/sql/storage/bindingtuple/LazyBindingTuple.java
...a/org/opensearch/sql/utils/MLCommonsConstants.java
...rch/planner/logical/rule/MergeAggAndIndexScan.java
...sql/expression/datetime/DateTimeFormatterUtil.java
.../opensearch/sql/opensearch/executor/Scheduler.java
...ensearch/storage/script/sort/SortQueryBuilder.java
...nsearch/sql/analysis/WindowExpressionAnalyzer.java
... and 271 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Signed-off-by: Derek Ho <[email protected]>
@@ -20,25 +20,32 @@ on:
jobs:
build:
strategy:
# Run all jobs
fail-fast: false
Copy link
Member

Choose a reason for hiding this comment

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

Why was fail fast was disabled here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This was mainly for my local dev to run all CI even if one fails. I think it would be useful for future devs to figure out if something is breaking just because of OS, java-version, etc. by running all combinations by default.

Copy link
Member

@joshuali925 joshuali925 left a comment

Choose a reason for hiding this comment

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

could you make PR title more descriptive? thanks

@derek-ho derek-ho changed the title Merge pull request #907 from derek-ho/enable-windows-macos [Backport main] Merge pull request #907 from derek-ho/enable-windows-macos Oct 25, 2022
@derek-ho derek-ho changed the title [Backport main] Merge pull request #907 from derek-ho/enable-windows-macos [Backport main] Merge pull request #907 - enable windows and macos CI for sql and workbench Oct 25, 2022
@derek-ho derek-ho changed the title [Backport main] Merge pull request #907 - enable windows and macos CI for sql and workbench [Backport main] #907 - enable windows and macos CI for sql and workbench Oct 25, 2022
@derek-ho derek-ho merged commit 6c0d7c6 into opensearch-project:main Oct 25, 2022
This was referenced Oct 25, 2022
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.

7 participants