-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
copyFrom supports passing additional blocks (#471)
* test copyFrom with additional blocks * copyFrom supports passing additional blocks * standard fix * copyFrom uses additional blocks to fill in tree * only verify batch when upgraded * add test for additional blocks filling in tree * add test for both filling in and upgrade * copyFrom only flushes tree once done * only copy until specified length * partial clone test asserts no over copy * copy tree data last to avoid side effects * additional blocks need to be committed atomically with the rest of the update * remove duplicate tests
- Loading branch information
1 parent
5eda263
commit aa8ea55
Showing
2 changed files
with
210 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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