-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: file append transaction id after deserialization (#2583)
* feat: add chunk interval property in FileAppendTransaction Signed-off-by: Svetoslav Borislavov <[email protected]> * feat: add unit test for setChunkInterval with freeze Signed-off-by: Svetoslav Borislavov <[email protected]> * fix: lost transaction id after deserializing incomplete transaction Signed-off-by: Svetoslav Borislavov <[email protected]> * feat: add integration test for validation of transaction id after deserialization Signed-off-by: Svetoslav Borislavov <[email protected]> * feat: add check in file append integration test Signed-off-by: Svetoslav Borislavov <[email protected]> * refactor: remove code duplication Signed-off-by: Svetoslav Borislavov <[email protected]> * fix: add mising properties from file append Signed-off-by: Svetoslav Borislavov <[email protected]> * refactor: FileAppend unit test Signed-off-by: Svetoslav Borislavov <[email protected]> * feat: add chunk interval recover on deserialize if possible Signed-off-by: Svetoslav Borislavov <[email protected]> --------- Signed-off-by: Svetoslav Borislavov <[email protected]>
- Loading branch information
1 parent
34ffa6b
commit e1e119e
Showing
3 changed files
with
203 additions
and
10 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
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