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
[tmpnet] Update Network.CreateSubnets to require explicit node restart
tmpnet used to have working support for creating subnets after network
bootstrap. Subsequently, that code path has degraded due to subnet
creation only being performed as part of bootstrap to both speed up
suite setup and avoid disruptive node restart during test execution.
Rather than maintain the unused ability to create subnets
post-bootstrap, Network.CreateSubnets is updated to make explicit that
it is the requirement of the caller to restart nodes to reflect the
configuration of newly created subnets.
0 commit comments