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
We reload nodes from disk in functional tests a lot, but its currently hand-written and a lot of code across a bunch of tests, we should really DRY it. Sadly, I think it'll require a macro to meet lifetimes, it would be hard to do as a function.