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

rocksdb: add WaitForCompact() #54

Closed
wants to merge 1 commit into from

Conversation

abulimov
Copy link
Contributor

@abulimov abulimov commented Nov 6, 2023

Summary: RocksDB 8.7 was released with C bindings for WaitForCompact() call that was added on our request. Update CGO wrapper with those bindings.

Reviewed By: leoleovich

Differential Revision: D51029439

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51029439

Summary:

RocksDB 8.7 was released with C bindings for `WaitForCompact()` call that was added on our request. Update CGO wrapper with those bindings.

Reviewed By: leoleovich

Differential Revision: D51029439
abulimov added a commit to abulimov/dns that referenced this pull request Nov 7, 2023
Summary:

RocksDB 8.7 was released with C bindings for `WaitForCompact()` call that was added on our request. Update CGO wrapper with those bindings.

Reviewed By: leoleovich

Differential Revision: D51029439
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51029439

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D51029439

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2da5c5b) 65.39% compared to head (b42bace) 68.05%.

❗ Current head b42bace differs from pull request most recent head a2e6827. Consider uploading reports for the commit a2e6827 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #54      +/-   ##
==========================================
+ Coverage   65.39%   68.05%   +2.66%     
==========================================
  Files          62        7      -55     
  Lines        6852      335    -6517     
==========================================
- Hits         4481      228    -4253     
+ Misses       2090      106    -1984     
+ Partials      281        1     -280     

see 69 files with indirect coverage changes

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in a135ec1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants