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 have some overlapping in provisioning test coverage. Mostly in ProvisionerCleanupTestCase vs. *ProvisionerTest::basicProvisioningTest.
ProvisionerCleanupTestCase::undeploy is expected to be testing the full lifecycle (configure->predeploy->deploy->postUndeploy->dismiss) for each operator in order to verify that the namespace is left clean after it. Currently this is implemented to work just for a few provisioners, but we want for such test coverage to be applied to all of the supported provisioners.
We have some overlapping in provisioning test coverage. Mostly in
ProvisionerCleanupTestCase
vs.*ProvisionerTest::basicProvisioningTest
.ProvisionerCleanupTestCase::undeploy is expected to be testing the full lifecycle (configure->predeploy->deploy->postUndeploy->dismiss) for each operator in order to verify that the namespace is left clean after it. Currently this is implemented to work just for a few provisioners, but we want for such test coverage to be applied to all of the supported provisioners.
On the other side, almost each provisioner is also tested for it's lifecycle to be properly working by a
*ProvisionerTest::basicProvisioningTest
, e.g.: ActiveMQOperatorProvisionerTest::basicProvisioningTest.Optimizing this by removing the overlapping would make the test suite run faster.
The text was updated successfully, but these errors were encountered: