-
Notifications
You must be signed in to change notification settings - Fork 683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Forknet] Support split storage nodes in mirror mocknet test #10581
Comments
@marcelo-gonzalez I drafted a fix for starting split storage from genesis in this branch master...split-storage-on-genesis and I want you to test it in mocknet. As it is a prod fix, I was focusing on a real-life scenario of starting split storage node from scratch.
After that I saw that everything is ok
As I didn't invest much effort into creating good testing environment, I couldn't test that both node and cold loop will work without problems when in sync. For mocknet it shouldn't matter which db you attach as cold. These tools do not look at cold db past some keys in BlockMisc column. And those keys are deleted right away via
We then want to see those nodes fail to create a snapshot for resharding. |
In the current setup for the archival node, we spwan an RPC node. TODO:
|
Goal
Be able to test scenarios that include split storage archival nodes. The first such scenario is testing resharding before release 1.37 goes to mainnet.
Tasks
The text was updated successfully, but these errors were encountered: