Manual upgrade storage test
This MR aims to persist a tezt test that was used in the scope !14211 (merged) for benching the storage upgrade and testing it's consistency.
This test is not expected to be generic enough to be generalized. As it may be used only once and not run on the CI, it is not necessary to look for a very high code quality.
Manually testing the MR
NETWORK="mainnet" DIR_TO_UPGRADE="./mainnet" dune exec tezt/manual_tests/main.exe -- --file storage_upgrade.ml --verbose and prepare the data set accordingly -- see test's documentation
Checklist
-
Document the interface of any function added or modified (see the coding guidelines) -
Document any change to the user interface, including configuration parameters (see node configuration) -
Provide automatic testing (see the testing guide). -
For new features and bug fixes, add an item in the appropriate changelog ( docs/protocols/alpha.rstfor the protocol and the environment,CHANGES.rstat the root of the repository for everything else). -
Select suitable reviewers using the Reviewersfield below. -
Select as Assigneethe next person who should take action on that MR