-
Notifications
You must be signed in to change notification settings - Fork 8.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test for commit hash computation's backward compatibility (#1240)
We might change the code that computes the block commit hash during refactoring or to improve the performance from time to time. When changing the hash computation code, we need to ensure that we are not changing the way commit hash has been computed in previous releases. Hence, we add a test to ensure that commit hash computation is always compatible with the first code added in v1.1 FAB-17878 Signed-off-by: senthil <cendhu@gmail.com>
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 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