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
Don't know if this is a real problem, but created the issue to not let it fall through cracks. Need to investigate/discuss if this is the expected behavior or not.
Running the cadence migrations twice on the same state (i.e: running migration on an already migrated state) fails with a unreachable error at key removal (doesn't crash, but the value get skipped from migrating).
Current Behavior
Don't know if this is a real problem, but created the issue to not let it fall through cracks. Need to investigate/discuss if this is the expected behavior or not.
Running the cadence migrations twice on the same state (i.e: running migration on an already migrated state) fails with a
unreachable error
at key removal (doesn't crash, but the value get skipped from migrating).Error trace:
Expected Behavior
TBD
Steps To Reproduce
TestStateMigration
test in Support state migration for emulator state flow-emulator#557logger
variable in the test-case withlogger := NewConsoleLogger()
Environment
The text was updated successfully, but these errors were encountered: