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
During automated testing we often see this error: GradleSingleModMPProjectTest > testCustomStartParametersClearedOnConfigRemoval() FAILED org.opentest4j.AssertionFailedError: testCustomStartParametersClearedOnConfigRemoval:validateLibertyServerStopped: Exit. Timed out waiting for message CWWKE0036I in log:D:\a\liberty-tools-intellij\liberty-tools-intellij\liberty-tools-intellij\src\test\resources\projects\gradle\singleModGradleMP\build\wlp\usr\servers\defaultServer\logs\messages.log
at io.openliberty.tools.intellij.it.TestUtils.validateLibertyServerStopped(TestUtils.java:106)
Only one test fails:
152 tests completed, 1 failed, 16 skipped
We can see the server started in the terminal but the Stop action is not working:
The text was updated successfully, but these errors were encountered:
During automated testing we often see this error:
GradleSingleModMPProjectTest > testCustomStartParametersClearedOnConfigRemoval() FAILED org.opentest4j.AssertionFailedError: testCustomStartParametersClearedOnConfigRemoval:validateLibertyServerStopped: Exit. Timed out waiting for message CWWKE0036I in log:D:\a\liberty-tools-intellij\liberty-tools-intellij\liberty-tools-intellij\src\test\resources\projects\gradle\singleModGradleMP\build\wlp\usr\servers\defaultServer\logs\messages.log
at io.openliberty.tools.intellij.it.TestUtils.validateLibertyServerStopped(TestUtils.java:106)
Only one test fails:
152 tests completed, 1 failed, 16 skipped
We can see the server started in the terminal but the Stop action is not working:
![image](https://private-user-images.githubusercontent.com/24705144/402711936-57438573-23a2-43b8-b6b6-ca1eb15a124f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg3NDMwMzAsIm5iZiI6MTczODc0MjczMCwicGF0aCI6Ii8yNDcwNTE0NC80MDI3MTE5MzYtNTc0Mzg1NzMtMjNhMi00M2I4LWI2YjYtY2ExZWIxNWExMjRmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA1VDA4MDUzMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTIwMTc2OGY5N2JlNTk3OGVmZWQ3MjE1YzgyZmMwZmQxMjg4NGI3MWU0YzQ5MTRmNGQ0NzZlY2VjZjMxYjBhMDUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.q-HzSAT7wJPYaHHmLeUmDJ_iaYLuUaPYMFAHJGc20Yw)
The text was updated successfully, but these errors were encountered: