Skip to content

build_utils: factor out link_static_libraries()#6673

Merged
gdesmott merged 1 commit intomasterfrom
build-util-lib
Aug 19, 2025
Merged

build_utils: factor out link_static_libraries()#6673
gdesmott merged 1 commit intomasterfrom
build-util-lib

Conversation

@gdesmott
Copy link
Collaborator

Will help implementing the iterator bencher.

Mark if applicable

  • This PR introduces API changes
  • This PR introduces serialization changes

@gdesmott gdesmott requested a review from chesedo August 19, 2025 06:38
Will help implementing the iterator bencher.
@gdesmott gdesmott marked this pull request as ready for review August 19, 2025 07:26
@gdesmott gdesmott enabled auto-merge August 19, 2025 07:26
@codecov
Copy link

codecov bot commented Aug 19, 2025

Codecov Report

❌ Patch coverage is 0% with 30 lines in your changes missing coverage. Please review.
✅ Project coverage is 87.43%. Comparing base (6ecbd3e) to head (b282c60).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/redisearch_rs/build_utils/src/lib.rs 0.00% 30 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6673      +/-   ##
==========================================
- Coverage   87.54%   87.43%   -0.12%     
==========================================
  Files         282      282              
  Lines       44810    44840      +30     
  Branches     7723     7753      +30     
==========================================
- Hits        39230    39205      -25     
- Misses       5460     5515      +55     
  Partials      120      120              
Flag Coverage Δ
flow 84.46% <ø> (-0.19%) ⬇️
unit 49.27% <0.00%> (-0.04%) ⬇️

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.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@gdesmott gdesmott added this pull request to the merge queue Aug 19, 2025
Merged via the queue into master with commit 46e4f58 Aug 19, 2025
24 of 25 checks passed
@gdesmott gdesmott deleted the build-util-lib branch August 19, 2025 09:21
nafraf pushed a commit that referenced this pull request Aug 21, 2025
Will help implementing the iterator bencher.
github-merge-queue bot pushed a commit that referenced this pull request Aug 24, 2025
* Close pipe file descriptors in periodic callback to prevent resource leaks

* Add open file count check in OOM test

* build_utils: factor out link_static_libraries() (#6673)

Will help implementing the iterator bencher.

* [MOD-10771] bump svs version (#6652)

* bump vecsim

* vecsim with fix

* test crash

* code change to trigger tests

* revert code chnage

* ci: pin a Rust nightly version (#6513)

Should prevent accidental breaking of the CI.

* get open fds using psutil.num_fds()

---------

Co-authored-by: Guillaume Desmottes <[email protected]>
Co-authored-by: meiravgri <[email protected]>
redisearch-backport-pull-request bot pushed a commit that referenced this pull request Aug 24, 2025
* Close pipe file descriptors in periodic callback to prevent resource leaks

* Add open file count check in OOM test

* build_utils: factor out link_static_libraries() (#6673)

Will help implementing the iterator bencher.

* [MOD-10771] bump svs version (#6652)

* bump vecsim

* vecsim with fix

* test crash

* code change to trigger tests

* revert code chnage

* ci: pin a Rust nightly version (#6513)

Should prevent accidental breaking of the CI.

* get open fds using psutil.num_fds()

---------

Co-authored-by: Guillaume Desmottes <[email protected]>
Co-authored-by: meiravgri <[email protected]>
(cherry picked from commit 56f6f0e)
github-merge-queue bot pushed a commit that referenced this pull request Aug 24, 2025
MOD-10975: Fix fd leak when OOM (#6672)

* Close pipe file descriptors in periodic callback to prevent resource leaks

* Add open file count check in OOM test

* build_utils: factor out link_static_libraries() (#6673)

Will help implementing the iterator bencher.

* [MOD-10771] bump svs version (#6652)

* bump vecsim

* vecsim with fix

* test crash

* code change to trigger tests

* revert code chnage

* ci: pin a Rust nightly version (#6513)

Should prevent accidental breaking of the CI.

* get open fds using psutil.num_fds()

---------



(cherry picked from commit 56f6f0e)

Co-authored-by: nafraf <[email protected]>
Co-authored-by: Guillaume Desmottes <[email protected]>
Co-authored-by: meiravgri <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants