Provide FFI stubs and ignore flaky test#6860
Merged
Conversation
JoanFM
previously approved these changes
Sep 19, 2025
Collaborator
|
I would like to understand better the cause though? |
Collaborator
|
Wouldn't it make more sense to link also against |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6860 +/- ##
==========================================
- Coverage 86.36% 86.34% -0.02%
==========================================
Files 288 288
Lines 46513 46513
Branches 9404 9404
==========================================
- Hits 40172 40163 -9
- Misses 6190 6199 +9
Partials 151 151
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
eagerly anticipating this so I can requeue my PR ;) |
Collaborator
Author
Geo filter is not a static library so this is not possible |
JoanFM
previously approved these changes
Sep 19, 2025
isWithinRadius for the benchmarks
oshadmi
approved these changes
Sep 21, 2025
lerman25
pushed a commit
that referenced
this pull request
Sep 24, 2025
* Provide a fake `isWithinRadius` for the benchmarks * Provide a fake for `DocTable_Exists` * Turn numeric FFI test off
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Describe the changes in the pull request
This provides the
isWithinRadiusandDocTable_Existssymbols for the inverted index benchmarks to allow it to build correctly on some systems for testing. For eg here alpine fails to link to it in CI. It also disables the flaky numeric FFI testMark if applicable