Ftests throw CubeControlException: Could not stop hello-openshift #1006
Milestone
Comments
dipak-pawar
added a commit
that referenced
this issue
Mar 7, 2018
…fecycle events. (#1007) * fix: adds state checks in BuildablePodCube stop and destroy lifecycle events. * fix: overrides AnnotationDeploymentScenarioGenerator with registered ExternalDeploymentScenarioGenerator service. * fix: adds unit tests for the lifecycle events. * mock required objects to remove dependency of running cluster * chore: updates comments in tests. * undo commit f0cd6ff related to overriding service.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue Overview
When executing
HelloPodOpenShiftITCase
orHelloPodDeploymentOpenShiftITCase
ftest the following exception is thrown.Expected Behaviour
After the session is destroyed the pods should be gracefully stopped and destroyed without any exceptions or errors.
Current Behaviour
CubeControlException: Could not stop hello-openshift
is caused due to NPE.Steps To Reproduce
HelloPodOpenShiftITCase
orHelloPodDeploymentOpenShiftITCase
ftest.The text was updated successfully, but these errors were encountered: