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

chore: update rocksdb dependency to 0.22 #12672

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

mina86
Copy link
Contributor

@mina86 mina86 commented Dec 31, 2024

Updating rocksdb to 0.22 allows us to remove the run-time CStr → str conversion when collecting statistics.

rocksdb is at 0.23 however I got dependency resolution failure when trying to update to that version (included below). Since 0.22 is enough to resolve one of my TODOs, my job here is done. ;)

error: failed to select a version for `tikv-jemalloc-sys`.
    ... required by package `tikv-jemallocator v0.5.4`
    ... which satisfies dependency `tikv-jemallocator = "^0.5.0"` of package `neard v0.0.0 (…)`

Updating rocksdb to 0.22 allows us to remove the run-time CStr → str
conversion when collecting statistics.

rocksdb is at 0.23 however I got dependency resolution failure when
trying to update to that version (included below).  Since 0.22 is
enough to resolve one of my TODOs, my job here is done.  ;)

    error: failed to select a version for `tikv-jemalloc-sys`.
        ... required by package `tikv-jemallocator v0.5.4`
        ... which satisfies dependency `tikv-jemallocator = "^0.5.0"` of package `neard v0.0.0 (…)`
@mina86 mina86 requested a review from a team as a code owner December 31, 2024 21:52
@mina86 mina86 requested a review from saketh-are December 31, 2024 21:52
Copy link

codecov bot commented Dec 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.50%. Comparing base (4b283cf) to head (d0c081d).

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #12672      +/-   ##
==========================================
- Coverage   70.51%   70.50%   -0.01%     
==========================================
  Files         845      845              
  Lines      172258   172251       -7     
  Branches   172258   172251       -7     
==========================================
- Hits       121461   121449      -12     
- Misses      45703    45704       +1     
- Partials     5094     5098       +4     
Flag Coverage Δ
backward-compatibility 0.16% <0.00%> (+<0.01%) ⬆️
db-migration 0.16% <0.00%> (+<0.01%) ⬆️
genesis-check 1.36% <0.00%> (+<0.01%) ⬆️
linux 69.38% <100.00%> (+0.02%) ⬆️
linux-nightly 70.07% <100.00%> (-0.05%) ⬇️
pytests 1.66% <0.00%> (+<0.01%) ⬆️
sanity-checks 1.47% <0.00%> (+<0.01%) ⬆️
unittests 70.33% <100.00%> (-0.01%) ⬇️
upgradability 0.20% <0.00%> (+<0.01%) ⬆️

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.

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.

2 participants