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

Fixes CI failure due to dependency conflicts #3523

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

DarshitChanpura
Copy link
Member

Unblocks CI on main by resolving the following:

* What went wrong:
Execution failed for task ':integTestRemote'.
> Could not resolve all dependencies for configuration ':testRuntimeClasspath'.
   > Conflicts found for the following modules:
       - com.google.errorprone:error_prone_annotations between versions 2.22.0 and 2.10.0
       - org.checkerframework:checker-qual between versions 3.38.0 and 3.19.0

Check List

- [ ] New functionality includes testing
- [ ] New functionality has been documented

  • 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.

@DarshitChanpura DarshitChanpura changed the title Fixes plugins install failure due to dependency conflicts Fixes plugin-install failure due to dependency conflicts Oct 11, 2023
@DarshitChanpura DarshitChanpura changed the title Fixes plugin-install failure due to dependency conflicts Fixes CI failure due to dependency conflicts Oct 11, 2023
@codecov
Copy link

codecov bot commented Oct 11, 2023

Codecov Report

Merging #3523 (4af39e4) into main (4bfaf9c) will decrease coverage by 0.01%.
Report is 2 commits behind head on main.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #3523      +/-   ##
============================================
- Coverage     64.73%   64.72%   -0.01%     
+ Complexity     3620     3619       -1     
============================================
  Files           281      281              
  Lines         20585    20586       +1     
  Branches       3400     3400              
============================================
- Hits          13325    13324       -1     
  Misses         5559     5559              
- Partials       1701     1703       +2     

see 3 files with indirect coverage changes

@DarshitChanpura DarshitChanpura merged commit 63968fe into opensearch-project:main Oct 11, 2023
58 of 59 checks passed
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.

3 participants