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 2.x] Fail build on wildcard imports #3940

Merged
merged 2 commits into from
Jul 19, 2022

Conversation

owaiskazi19
Copy link
Member

Signed-off-by: Owais Kazi [email protected]

Description

Backport of #3939

Issues Resolved

#3767

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc 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.

@owaiskazi19 owaiskazi19 requested review from a team and reta as code owners July 18, 2022 23:12
@owaiskazi19 owaiskazi19 changed the title Fail build on wildcard imports [Backport-2.x] Fail build on wildcard imports Jul 18, 2022
@owaiskazi19 owaiskazi19 changed the title [Backport-2.x] Fail build on wildcard imports [Backport 2.x] Fail build on wildcard imports Jul 18, 2022
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

Signed-off-by: Owais Kazi <[email protected]>
@github-actions
Copy link
Contributor

Gradle Check (Jenkins) Run Completed with:

@codecov-commenter
Copy link

Codecov Report

Merging #3940 (bcee5e8) into 2.x (6841abd) will increase coverage by 0.07%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##                2.x    #3940      +/-   ##
============================================
+ Coverage     70.60%   70.68%   +0.07%     
- Complexity    56385    56433      +48     
============================================
  Files          4526     4526              
  Lines        271706   271706              
  Branches      39974    39974              
============================================
+ Hits         191846   192057     +211     
+ Misses        63689    63473     -216     
- Partials      16171    16176       +5     
Impacted Files Coverage Δ
...ark/time/NanoTimeVsCurrentTimeMillisBenchmark.java 0.00% <ø> (ø)
...a/org/opensearch/painless/antlr/PainlessLexer.java 68.18% <ø> (ø)
.../org/opensearch/painless/antlr/PainlessParser.java 68.43% <ø> (ø)
...a/org/opensearch/client/cluster/SniffModeInfo.java 0.00% <0.00%> (-62.50%) ⬇️
...java/org/opensearch/threadpool/ThreadPoolInfo.java 56.25% <0.00%> (-37.50%) ⬇️
...rch/client/transport/NoNodeAvailableException.java 42.85% <0.00%> (-28.58%) ⬇️
...ndex/seqno/RetentionLeaseBackgroundSyncAction.java 37.50% <0.00%> (-26.79%) ⬇️
...regations/metrics/AbstractHyperLogLogPlusPlus.java 70.68% <0.00%> (-25.87%) ⬇️
...earch/client/indices/GetIndexTemplatesRequest.java 65.00% <0.00%> (-25.00%) ⬇️
.../node/tasks/cancel/TransportCancelTasksAction.java 66.66% <0.00%> (-25.00%) ⬇️
... and 483 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6841abd...bcee5e8. Read the comment docs.

@saratvemulapalli saratvemulapalli merged commit 3178d1c into opensearch-project:2.x Jul 19, 2022
@saratvemulapalli saratvemulapalli added the CI CI related label Jul 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants