-
Bug
-
Resolution: Done
-
Major
-
4.4.2.AM3
When I create a new OpenShift 3 application from a template, there is a running build. Once a build pod is completed, it has status "Completed". But now it Pods tabbed properties it contains status "Exit Code: 0" which is not user friendly and it broke integration tests.
steps:
- EXEC: create an application via a s2i template
- EXEC: in OpenShift explorer: select the connection that you used to create the application and open up the "Properties view"
- EXEC: in Properties: select "Pods" tab.
- ASSERT: a build pod is appearing
- EXEC: wait until the build pod is terminated and then look at its "Status" in the Properties > Pods
Result:
The status for the pod is reported with a "Exit Code: 0" (if successfully terminated, "Exit Code: 1" otherwise)
- relates to
-
JBIDE-23026 Integration tests: improve test stability
- Closed