Remo created DELTASPIKE-1225:
--------------------------------
Summary: deltaspike.testcontrol.stop_container should stop the
container after all tests executed
Key: DELTASPIKE-1225
URL: https://issues.apache.org/jira/browse/DELTASPIKE-1225
Project: DeltaSpike
Issue Type: Bug
Components: TestControl
Affects Versions: 1.7.2
Reporter: Remo
deltaspike.testcontrol.stop_container is very useful to speed up test cases.
However, it results that the container does not getting shutdown at all. This
should still be done after ALL the tests have been executed.
With Gradle the current behavior is quite a problem. The Gradle Wrappers keep
by default the VM running. And as such, test cases must properly cleanup and
free resources.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)