-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
allow test feature to skip rewrites (#33851)
* allow test feature to skip rewrites * hook up cli arg for test skip rewrites, update tests * fix sanity checker * add account hash to abi to fix a test * reviews * use hashmap to collect skip_rewrites. exclude skip_rewrites from dirty pubkey set * accumulate skipped_rewrite in reduce * mutex * fmt * skip hash verify for this test flag * add skipped rewrites num stat * skip bank hash verify not account hash verify * reviews --------- Co-authored-by: HaoranYi <[email protected]>
- Loading branch information
1 parent
f6bce13
commit a18debc
Showing
7 changed files
with
120 additions
and
15 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
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
Oops, something went wrong.