You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
finalizer_tests/finalizer_safety_file_versioning validates loading older versions. Also validate current version: we should be able to load the reference file, save the fsi info, and end up with exactly the same bytes.
also check that the current version of safety.dat file committed to the repo can be loaded on nodeos startup and saved on nodeos shutdown (assuming no voting or block processing) without changing the contents.
The text was updated successfully, but these errors were encountered:
greg7mdp
changed the title
Add new unittest to check validate current finalizer safety file i/o
Add new unittest to validate current finalizer safety file i/o
Sep 19, 2024
also check that the current version of safety.dat file committed to the repo can be loaded on nodeos startup and saved on nodeos shutdown (assuming no voting or block processing) without changing the contents.
We can check that the reference file can be loaded by nodeos on startup, but it is saved only when voting (not at nodeos shutdown), so we cannot check "and saved on nodeos shutdown (assuming no voting or block processing) without changing the contents."
finalizer_tests/finalizer_safety_file_versioning
validates loading older versions. Also validate current version: we should be able to load the reference file, save the fsi info, and end up with exactly the same bytes.The text was updated successfully, but these errors were encountered: