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
I have a integration test that will start four webapps for testing. If an error (e.g. "java.lang.Exception: Failed to start component [StandardServer[-1]]") occurs during farmBeforeIntegrationTest the server won't be shutdown.
When I run farmAfterIntegrationTest explicitly after the before failed, this task will also fail with the following message: Gretty seems to be not running, cannot send command 'stop' to it.
I also tried running farmStop, but I got the same message.
The text was updated successfully, but these errors were encountered:
There was no real solution, just a workaround. We had a shell script in our pipeline that stopped those processes when an error occured. Meanwhile we are using Docker.
I have a integration test that will start four webapps for testing. If an error (e.g. "java.lang.Exception: Failed to start component [StandardServer[-1]]") occurs during farmBeforeIntegrationTest the server won't be shutdown.
When I run farmAfterIntegrationTest explicitly after the before failed, this task will also fail with the following message: Gretty seems to be not running, cannot send command 'stop' to it.
I also tried running farmStop, but I got the same message.
The text was updated successfully, but these errors were encountered: