OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
11 stars 20 forks source link

Server has stopped when trying to run tests in automated build #769

Closed turkeylurkey closed 1 month ago

turkeylurkey commented 1 month ago

The action to run tests using the shift-shift menu tries to start the server which it does but when it then tries to run the tests the robot finds the server is not running because it shutdown three seconds after it started. Then the clean-up code tries to stop the server and correctly reports the server is not running.

image

Log message for failed test

org.opentest4j.AssertionFailedError: testRunTestsActionUsingSearch:validateProjectStarted: Timed out while waiting for project with resource URI api/resourceand port 9080 to become available.

Parent #764