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
Our test harness currently works for N=1 nodes. For testing blueprints that only need 1 node, what we currently have works well and follows a composable design (as opposed to a "black box" design we use to have).
Now, we need to get N=n nodes working. The same composability should still apply, and should be reverse-compatible with existing tests to not cause interruption.
Additionally, we should add the ability to add and drop nodes on command.
The text was updated successfully, but these errors were encountered:
Our test harness currently works for
N=1
nodes. For testing blueprints that only need 1 node, what we currently have works well and follows a composable design (as opposed to a "black box" design we use to have).Now, we need to get
N=n
nodes working. The same composability should still apply, and should be reverse-compatible with existing tests to not cause interruption.Additionally, we should add the ability to add and drop nodes on command.
The text was updated successfully, but these errors were encountered: