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
#153 added functionality for loading specified replicas rather than all in config. Tested cases manually but need to add automated tests for edge cases.
Cases:
AGENT_REPLICAS_ALL=true, but specify specific replicas (ALL should override)
AGENT_REPLICAS_ALL=false, but don't specify any replicas (should fail to load with error)
AGENT_REPLICAS_ALL not specified, but don't specify any replicas (should fail to load with error)
The text was updated successfully, but these errors were encountered:
#153 added functionality for loading specified replicas rather than all in config. Tested cases manually but need to add automated tests for edge cases.
Cases:
The text was updated successfully, but these errors were encountered: