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
Currently, we do migrations' testing completely manually. This may hide potential regressions.
We must devise a strategy to do this automatically, for each supported migration and at least for calibnet. Due to the time it takes for the initial start, this may need to be done externally, like the sync-check.
Store pre-migration snapshots in DO
For each snapshot, import it and assert the migration is successful.
We can speed it up with some DB caching. Ultimately, it'd be best to spawn our devnet for this purpose, but it may be tricky.
Other information and links
The text was updated successfully, but these errors were encountered:
Issue summary
Currently, we do migrations' testing completely manually. This may hide potential regressions.
We must devise a strategy to do this automatically, for each supported migration and at least for calibnet. Due to the time it takes for the initial start, this may need to be done externally, like the
sync-check
.We can speed it up with some DB caching. Ultimately, it'd be best to spawn our devnet for this purpose, but it may be tricky.
Other information and links
The text was updated successfully, but these errors were encountered: