]
Hank Ibell updated ARQ-2183:
----------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Websphere container waits for entire timeout if application failed to
deploy
----------------------------------------------------------------------------
Key: ARQ-2183
URL:
https://issues.jboss.org/browse/ARQ-2183
Project: Arquillian
Issue Type: Enhancement
Components: WebSphere Containers
Affects Versions: 1.0.0.CR1
Environment: WLP, WebSphere Liberty Profile 8.5 Managed Container
Reporter: Hank Ibell
Assignee: Gerhard Poul
h3. Issue Overview
Currently, running the CDI TCK against Liberty takes about 3 hours and 20 minutes to
complete. It looks like the container waits for the application MBean to reach the STARTED
state and only gives up after the timeout elapses.
The CDI TCK uses many broken applications to test that they do not deploy, so waiting the
entire timeout for each test is not ideal. However, with the changes in this pull request,
the CDI TCK now runs in approximately 50 minutes now.
h3. Expected Behaviour
Do not wait for timeout for application that failed to deploy.
h3. Current Behaviour
Container waits for a timeout to elapse before checking the logs to see if the
application failed due to a deployment exception causing tests to take much longer to
finish.
h3. Steps To Reproduce
1. Deploy a CDI application that fails to start up due to a CDI deployment exception.