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
Add automation tests that call the Devfile parser (the same way a client would) to validate that:
unset booleans are set to their defaults and are never nil
booleans are overridden by parent values
unset parent boolean values do not override main devfile booleans i.e. parent booleans are not set to default values
We also need to update some of the common API utils. There isn't enough randomness with unset booleans as observed with debugging existing library tests, it's only the parallel and ephemeral that are unset.