-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
Remove deprecated DB::DeleteFile API references #13322
Remove deprecated DB::DeleteFile API references #13322
Conversation
@mszeszko-meta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
6357c9d
to
b498b4b
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
b498b4b
to
c753162
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's another Java test that uses this deprecated API.
There was 1 failure:
1) onTableFileDeleted(org.rocksdb.EventListenerTest)
org.junit.ComparisonFailure: expected:<[tru]e> but was:<[fals]e>
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at org.rocksdb.EventListenerTest.deleteTableFile(EventListenerTest.java:91)
at org.rocksdb.EventListenerTest.onTableFileDeleted(EventListenerTest.java:105)
I will take another look when it's fixed. Please let me know. Thanks!
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
177ff0c
to
a3050e2
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
a3050e2
to
f84312a
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
1 similar comment
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
09c5e0b
to
82609db
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
82609db
to
23605fb
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
@mszeszko-meta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
1 similar comment
@mszeszko-meta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
This one required a bit more work than originally anticipated. Test is passing and PR is ready for the review. |
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
94b676e
to
9bdb1f8
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
1 similar comment
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
17d7e80
to
9ea1079
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
9ea1079
to
fb106f8
Compare
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
@mszeszko-meta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@mszeszko-meta has updated the pull request. You must reimport the pull request before landing. |
@mszeszko-meta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@mszeszko-meta merged this pull request in 591f5b1. |
Summary
Cleanup post #13284.
Test plan
9.10
.