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

Upgraded clp-ffi.version from 0.4.5 to 0.4.7 #14242

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

jackluo923
Copy link
Contributor

Previously, the clp-ffi library version was automatically updated from 0.4.5 to 0.4.6 via a Dependabot-generated PR. However, this introduced a data race issue due to improper initialization of a thread-local variable. In PR #14230, the version bump was reverted to address the problem. The bug in 0.4.6 has since been resolved in the latest release (0.4.7). This PR upgrades the clp-ffi to the latest version to be used by dependent PR such as #14241.

@codecov-commenter
Copy link

codecov-commenter commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 63.84%. Comparing base (59551e4) to head (bae8e80).
Report is 1188 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master   #14242      +/-   ##
============================================
+ Coverage     61.75%   63.84%   +2.09%     
- Complexity      207     1535    +1328     
============================================
  Files          2436     2623     +187     
  Lines        133233   144441   +11208     
  Branches      20636    22103    +1467     
============================================
+ Hits          82274    92215    +9941     
- Misses        44911    45419     +508     
- Partials       6048     6807     +759     
Flag Coverage Δ
custom-integration1 100.00% <ø> (+99.99%) ⬆️
integration 100.00% <ø> (+99.99%) ⬆️
integration1 100.00% <ø> (+99.99%) ⬆️
integration2 0.00% <ø> (ø)
java-11 63.79% <ø> (+2.09%) ⬆️
java-21 63.69% <ø> (+2.07%) ⬆️
skip-bytebuffers-false 63.83% <ø> (+2.08%) ⬆️
skip-bytebuffers-true 63.65% <ø> (+35.92%) ⬆️
temurin 63.84% <ø> (+2.09%) ⬆️
unittests 63.83% <ø> (+2.09%) ⬆️
unittests1 55.50% <ø> (+8.61%) ⬆️
unittests2 34.37% <ø> (+6.64%) ⬆️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Jackie-Jiang Jackie-Jiang added the dependencies Pull requests that update a dependency file label Oct 15, 2024
@Jackie-Jiang Jackie-Jiang merged commit 4220d09 into apache:master Oct 15, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants