-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added test to validate recovery when StorageRead client fails (#50)
The most common error, when reading large streams, occurs when iterating on the ServerStream. This new test should be able to demonstrate the pipeline is able to recover the execution and obtain the expected results by restarting the read from the beginning of the split or the last checkpointed offset. --------- Co-authored-by: Jayant Jain <[email protected]> Co-authored-by: Jayant Jain <[email protected]>
- Loading branch information
1 parent
f42f7ac
commit 22e5a48
Showing
3 changed files
with
125 additions
and
16 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