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 should add a validation stage to the spec runner setup that validates each maintenance plan that is loaded from a spec test file. This way, we can detect inconsistencies in the test specification before starting the test and conserve time and cloud resources.
E.g. currently, we check that the maintenance plan in a test is a valid one (by asserting that not both clusterConfiguration and processArgs are missing from maintenancePlan.final) deep in the spec runner.
The text was updated successfully, but these errors were encountered:
We should add a validation stage to the spec runner setup that validates each maintenance plan that is loaded from a spec test file. This way, we can detect inconsistencies in the test specification before starting the test and conserve time and cloud resources.
E.g. currently, we check that the maintenance plan in a test is a valid one (by asserting that not both
clusterConfiguration
andprocessArgs
are missing frommaintenancePlan.final
) deep in the spec runner.The text was updated successfully, but these errors were encountered: